@Generated(value="org.jsonschema2pojo") public class EndpointResource extends Object implements Serializable
| Constructor and Description |
|---|
EndpointResource()
No args constructor for use in serialization
|
EndpointResource(String EndpointID,
String IPv4Address,
String IPv6Address,
String MacAddress) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getEndpointID() |
String |
getIPv4Address() |
String |
getIPv6Address() |
String |
getMacAddress() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setEndpointID(String EndpointID) |
void |
setIPv4Address(String IPv4Address) |
void |
setIPv6Address(String IPv6Address) |
void |
setMacAddress(String MacAddress) |
public EndpointResource()
public String getEndpointID()
public void setEndpointID(String EndpointID)
EndpointID - The EndpointIDpublic String getIPv4Address()
public void setIPv4Address(String IPv4Address)
IPv4Address - The IPv4Addresspublic String getIPv6Address()
public void setIPv6Address(String IPv6Address)
IPv6Address - The IPv6Addresspublic String getMacAddress()
public void setMacAddress(String MacAddress)
MacAddress - The MacAddressCopyright © 2015–2016 Red Hat. All rights reserved.