public class V1EndpointAddress extends Object
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()
Reference to object providing the endpoint.
|
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 V1EndpointAddress hostname(String hostname)
public String getHostname()
public void setHostname(String hostname)
public V1EndpointAddress ip(String ip)
public String getIp()
public void setIp(String ip)
public V1EndpointAddress nodeName(String nodeName)
public String getNodeName()
public void setNodeName(String nodeName)
public V1EndpointAddress targetRef(V1ObjectReference targetRef)
public V1ObjectReference getTargetRef()
public void setTargetRef(V1ObjectReference targetRef)
Copyright © 2018. All rights reserved.