public class ClusterNetworkEntryFluentImpl<A extends ClusterNetworkEntryFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClusterNetworkEntryFluent<A>
| Constructor and Description |
|---|
ClusterNetworkEntryFluentImpl() |
ClusterNetworkEntryFluentImpl(ClusterNetworkEntry 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 |
getCidr() |
Integer |
getHostPrefix() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasCidr() |
int |
hashCode() |
Boolean |
hasHostPrefix() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCidr(String cidr) |
A |
withHostPrefix(Integer hostPrefix) |
A |
withNewCidr(String arg0)
Deprecated.
|
public ClusterNetworkEntryFluentImpl()
public ClusterNetworkEntryFluentImpl(ClusterNetworkEntry instance)
public String getCidr()
getCidr in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A withCidr(String cidr)
withCidr in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public Boolean hasCidr()
hasCidr in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>@Deprecated public A withNewCidr(String arg0)
withNewCidr in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public Integer getHostPrefix()
getHostPrefix in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A withHostPrefix(Integer hostPrefix)
withHostPrefix in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public Boolean hasHostPrefix()
hasHostPrefix in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.