public class NodeAddressFluentImpl<T extends NodeAddressFluent<T>> extends BaseFluent<T> implements NodeAddressFluent<T>
_visitables| Constructor and Description |
|---|
NodeAddressFluentImpl() |
NodeAddressFluentImpl(NodeAddress 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 |
getAddress() |
String |
getType() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withAddress(String address) |
T |
withType(String type) |
public NodeAddressFluentImpl()
public NodeAddressFluentImpl(NodeAddress instance)
public String getAddress()
getAddress in interface NodeAddressFluent<T extends NodeAddressFluent<T>>public T withAddress(String address)
withAddress in interface NodeAddressFluent<T extends NodeAddressFluent<T>>public String getType()
getType in interface NodeAddressFluent<T extends NodeAddressFluent<T>>public T withType(String type)
withType in interface NodeAddressFluent<T extends NodeAddressFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NodeAddressFluent<T extends NodeAddressFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NodeAddressFluent<T extends NodeAddressFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NodeAddressFluent<T extends NodeAddressFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NodeAddressFluent<T extends NodeAddressFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NodeAddressFluent<T extends NodeAddressFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NodeAddressFluent<T extends NodeAddressFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.