public interface EndpointResourceFluent<T extends EndpointResourceFluent<T>> extends Fluent<T>
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getEndpointID() |
String |
getIPv4Address() |
String |
getIPv6Address() |
String |
getMacAddress() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withEndpointID(String EndpointID) |
T |
withIPv4Address(String IPv4Address) |
T |
withIPv6Address(String IPv6Address) |
T |
withMacAddress(String MacAddress) |
Copyright © 2015–2016 Red Hat. All rights reserved.