Package io.fabric8.openshift.api.model
Class RangeAllocationFluent<A extends RangeAllocationFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.RangeAllocationFluent<A>
-
- Direct Known Subclasses:
RangeAllocationBuilder,RangeAllocationListFluent.ItemsNested
public class RangeAllocationFluent<A extends RangeAllocationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classRangeAllocationFluent.MetadataNested<N>
-
Constructor Summary
Constructors Constructor Description RangeAllocationFluent()RangeAllocationFluent(RangeAllocation instance)
-
Method Summary
-
-
-
Constructor Detail
-
RangeAllocationFluent
public RangeAllocationFluent()
-
RangeAllocationFluent
public RangeAllocationFluent(RangeAllocation instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(RangeAllocation instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
getData
public String getData()
-
hasData
public boolean hasData()
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
hasMetadata
public boolean hasMetadata()
-
withNewMetadata
public RangeAllocationFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
public RangeAllocationFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editMetadata
public RangeAllocationFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
public RangeAllocationFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
public RangeAllocationFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
getRange
public String getRange()
-
hasRange
public boolean hasRange()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RangeAllocationFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RangeAllocationFluent<A>>
-
-