public class NodeAddressFluentImpl<A extends NodeAddressFluent<A>> extends BaseFluent<A> implements NodeAddressFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
NodeAddressFluentImpl() |
NodeAddressFluentImpl(NodeAddress instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getAddress() |
String |
getType() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAddress() |
int |
hashCode() |
Boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAddress(String address) |
A |
withNewAddress(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withType(String type) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic NodeAddressFluentImpl()
public NodeAddressFluentImpl(NodeAddress instance)
public String getAddress()
getAddress in interface NodeAddressFluent<A extends NodeAddressFluent<A>>public A withAddress(String address)
withAddress in interface NodeAddressFluent<A extends NodeAddressFluent<A>>public Boolean hasAddress()
hasAddress in interface NodeAddressFluent<A extends NodeAddressFluent<A>>@Deprecated public A withNewAddress(String arg0)
withNewAddress in interface NodeAddressFluent<A extends NodeAddressFluent<A>>public String getType()
getType in interface NodeAddressFluent<A extends NodeAddressFluent<A>>public A withType(String type)
withType in interface NodeAddressFluent<A extends NodeAddressFluent<A>>public Boolean hasType()
hasType in interface NodeAddressFluent<A extends NodeAddressFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface NodeAddressFluent<A extends NodeAddressFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NodeAddressFluent<A extends NodeAddressFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NodeAddressFluent<A extends NodeAddressFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NodeAddressFluent<A extends NodeAddressFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NodeAddressFluent<A extends NodeAddressFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NodeAddressFluent<A extends NodeAddressFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NodeAddressFluent<A extends NodeAddressFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface NodeAddressFluent<A extends NodeAddressFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.