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 |
getHostSubnetLength() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasCidr() |
int |
hashCode() |
Boolean |
hasHostSubnetLength() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCidr(String cidr) |
A |
withHostSubnetLength(Integer hostSubnetLength) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>public Integer getHostSubnetLength()
getHostSubnetLength in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A withHostSubnetLength(Integer hostSubnetLength)
withHostSubnetLength in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public Boolean hasHostSubnetLength()
hasHostSubnetLength 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>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterNetworkEntryFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterNetworkEntryFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.