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