public class K8SServiceForUpdateUpstreamInput extends Object
| Constructor and Description |
|---|
K8SServiceForUpdateUpstreamInput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Get name
|
String |
getNamespace()
Get namespace
|
Integer |
getPort()
Get port
|
int |
hashCode() |
K8SServiceForUpdateUpstreamInput |
name(String name) |
K8SServiceForUpdateUpstreamInput |
namespace(String namespace) |
K8SServiceForUpdateUpstreamInput |
port(Integer port) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setPort(Integer port) |
String |
toString() |
public K8SServiceForUpdateUpstreamInput name(String name)
public String getName()
public void setName(String name)
public K8SServiceForUpdateUpstreamInput namespace(String namespace)
public String getNamespace()
public void setNamespace(String namespace)
public K8SServiceForUpdateUpstreamInput port(Integer port)
public Integer getPort()
public void setPort(Integer port)
Copyright © 2026. All rights reserved.