@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1EndpointAddress extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_HOSTNAME |
static String |
SERIALIZED_NAME_IP |
static String |
SERIALIZED_NAME_NODE_NAME |
static String |
SERIALIZED_NAME_TARGET_REF |
Constructor and Description |
---|
V1EndpointAddress() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHostname()
The Hostname of this endpoint
|
String |
getIp()
The IP of this endpoint.
|
String |
getNodeName()
Optional: Node hosting this endpoint.
|
V1ObjectReference |
getTargetRef()
Get targetRef
|
int |
hashCode() |
V1EndpointAddress |
hostname(String hostname) |
V1EndpointAddress |
ip(String ip) |
V1EndpointAddress |
nodeName(String nodeName) |
void |
setHostname(String hostname) |
void |
setIp(String ip) |
void |
setNodeName(String nodeName) |
void |
setTargetRef(V1ObjectReference targetRef) |
V1EndpointAddress |
targetRef(V1ObjectReference targetRef) |
String |
toString() |
public static final String SERIALIZED_NAME_HOSTNAME
public static final String SERIALIZED_NAME_IP
public static final String SERIALIZED_NAME_NODE_NAME
public static final String SERIALIZED_NAME_TARGET_REF
public V1EndpointAddress hostname(String hostname)
public void setHostname(String hostname)
public V1EndpointAddress ip(String ip)
public String getIp()
public void setIp(String ip)
public V1EndpointAddress nodeName(String nodeName)
@Nullable public String getNodeName()
public void setNodeName(String nodeName)
public V1EndpointAddress targetRef(V1ObjectReference targetRef)
@Nullable public V1ObjectReference getTargetRef()
public void setTargetRef(V1ObjectReference targetRef)
Copyright © 2020. All rights reserved.