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 |
|---|---|
boolean |
equals(Object o) |
String |
getCidr() |
Integer |
getHostSubnetLength() |
Boolean |
hasCidr() |
int |
hashCode() |
Boolean |
hasHostSubnetLength() |
A |
withCidr(String cidr) |
A |
withHostSubnetLength(Integer hostSubnetLength) |
A |
withNewCidr(String arg1) |
A |
withNewCidr(StringBuffer arg1) |
A |
withNewCidr(StringBuilder arg1) |
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>>public A withNewCidr(String arg1)
withNewCidr in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A withNewCidr(StringBuilder arg1)
withNewCidr in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A withNewCidr(StringBuffer arg1)
withNewCidr 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>>Copyright © 2015–2020 Red Hat. All rights reserved.