Class IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPoolSpecFluent<A>
-
- Direct Known Subclasses:
IPPoolFluent.SpecNested,IPPoolSpecBuilder
public class IPPoolSpecFluent<A extends IPPoolSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description IPPoolSpecFluent()IPPoolSpecFluent(IPPoolSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)AaddToAllocations(String key, IPPoolSpecAllocations value)AaddToAllocations(Map<String,IPPoolSpecAllocations> map)protected voidcopyInstance(IPPoolSpec instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()Map<String,IPPoolSpecAllocations>getAllocations()StringgetRange()booleanhasAdditionalProperties()booleanhasAllocations()inthashCode()booleanhasRange()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)AremoveFromAllocations(String key)AremoveFromAllocations(Map<String,IPPoolSpecAllocations> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)<K,V>
AwithAllocations(Map<String,IPPoolSpecAllocations> allocations)AwithRange(String range)
-
-
-
Constructor Detail
-
IPPoolSpecFluent
public IPPoolSpecFluent()
-
IPPoolSpecFluent
public IPPoolSpecFluent(IPPoolSpec instance)
-
-
Method Detail
-
addToAllocations
public A addToAllocations(Map<String,IPPoolSpecAllocations> map)
-
addToAllocations
public A addToAllocations(String key, IPPoolSpecAllocations value)
-
copyInstance
protected void copyInstance(IPPoolSpec instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IPPoolSpecFluent<A>>
-
getAllocations
public Map<String,IPPoolSpecAllocations> getAllocations()
-
getRange
public String getRange()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAllocations
public boolean hasAllocations()
-
hasRange
public boolean hasRange()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IPPoolSpecFluent<A>>
-
removeFromAllocations
public A removeFromAllocations(Map<String,IPPoolSpecAllocations> map)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withAllocations
public <K,V> A withAllocations(Map<String,IPPoolSpecAllocations> allocations)
-
-