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