Class IPPoolSpecAllocationsFluent<A extends IPPoolSpecAllocationsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPoolSpecAllocationsFluent<A>
-
- Direct Known Subclasses:
IPPoolSpecAllocationsBuilder
public class IPPoolSpecAllocationsFluent<A extends IPPoolSpecAllocationsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description IPPoolSpecAllocationsFluent()IPPoolSpecAllocationsFluent(IPPoolSpecAllocations instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(IPPoolSpecAllocations instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetId()StringgetIfname()StringgetPodref()booleanhasAdditionalProperties()inthashCode()booleanhasId()booleanhasIfname()booleanhasPodref()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithId(String id)AwithIfname(String ifname)AwithPodref(String podref)
-
-
-
Constructor Detail
-
IPPoolSpecAllocationsFluent
public IPPoolSpecAllocationsFluent()
-
IPPoolSpecAllocationsFluent
public IPPoolSpecAllocationsFluent(IPPoolSpecAllocations instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(IPPoolSpecAllocations instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IPPoolSpecAllocationsFluent<A>>
-
getId
public String getId()
-
getIfname
public String getIfname()
-
getPodref
public String getPodref()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasId
public boolean hasId()
-
hasIfname
public boolean hasIfname()
-
hasPodref
public boolean hasPodref()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IPPoolSpecAllocationsFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-