@Generated(value="org.jsonschema2pojo") public class EndpointAddress extends Object
| Constructor and Description |
|---|
EndpointAddress()
No args constructor for use in serialization
|
EndpointAddress(String ip,
ObjectReference targetRef) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getIp()
IP address of the endpoint
|
ObjectReference |
getTargetRef() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setIp(String ip)
IP address of the endpoint
|
void |
setTargetRef(ObjectReference targetRef) |
String |
toString() |
public EndpointAddress()
public EndpointAddress(String ip, ObjectReference targetRef)
targetRef - ip - public String getIp()
public void setIp(String ip)
ip - The ippublic ObjectReference getTargetRef()
public void setTargetRef(ObjectReference targetRef)
targetRef - The targetRefCopyright © 2011–2015 Red Hat. All rights reserved.