public class PodIPFluentImpl<A extends PodIPFluent<A>> extends BaseFluent<A> implements PodIPFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
PodIPFluentImpl() |
PodIPFluentImpl(PodIP 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 |
getIp() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasIp() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withIp(String ip) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PodIPFluentImpl()
public PodIPFluentImpl(PodIP instance)
public String getIp()
getIp in interface PodIPFluent<A extends PodIPFluent<A>>public A withIp(String ip)
withIp in interface PodIPFluent<A extends PodIPFluent<A>>public Boolean hasIp()
hasIp in interface PodIPFluent<A extends PodIPFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PodIPFluent<A extends PodIPFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PodIPFluent<A extends PodIPFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PodIPFluent<A extends PodIPFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PodIPFluent<A extends PodIPFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PodIPFluent<A extends PodIPFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PodIPFluent<A extends PodIPFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface PodIPFluent<A extends PodIPFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends PodIPFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends PodIPFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.