public class EndpointResourceFluentImpl<T extends EndpointResourceFluent<T>> extends io.fabric8.docker.api.builder.BaseFluent<T> implements EndpointResourceFluent<T>
| Constructor and Description |
|---|
EndpointResourceFluentImpl() |
EndpointResourceFluentImpl(EndpointResource instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
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) |
public EndpointResourceFluentImpl()
public EndpointResourceFluentImpl(EndpointResource instance)
public String getEndpointID()
getEndpointID in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>public T withEndpointID(String EndpointID)
withEndpointID in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>public String getIPv4Address()
getIPv4Address in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>public T withIPv4Address(String IPv4Address)
withIPv4Address in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>public String getIPv6Address()
getIPv6Address in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>public T withIPv6Address(String IPv6Address)
withIPv6Address in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>public String getMacAddress()
getMacAddress in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>public T withMacAddress(String MacAddress)
withMacAddress in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface EndpointResourceFluent<T extends EndpointResourceFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.