Class FeatureGateSelectionFluent<A extends FeatureGateSelectionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.FeatureGateSelectionFluent<A>
-
- Direct Known Subclasses:
FeatureGateSelectionBuilder,HiveConfigSpecFluent.FeatureGatesNested
public class FeatureGateSelectionFluent<A extends FeatureGateSelectionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classFeatureGateSelectionFluent.CustomNested<N>
-
Constructor Summary
Constructors Constructor Description FeatureGateSelectionFluent()FeatureGateSelectionFluent(FeatureGateSelection instance)
-
Method Summary
-
-
-
Constructor Detail
-
FeatureGateSelectionFluent
public FeatureGateSelectionFluent()
-
FeatureGateSelectionFluent
public FeatureGateSelectionFluent(FeatureGateSelection instance)
-
-
Method Detail
-
buildCustom
public FeatureGatesEnabled buildCustom()
-
copyInstance
protected void copyInstance(FeatureGateSelection instance)
-
editCustom
public FeatureGateSelectionFluent.CustomNested<A> editCustom()
-
editOrNewCustom
public FeatureGateSelectionFluent.CustomNested<A> editOrNewCustom()
-
editOrNewCustomLike
public FeatureGateSelectionFluent.CustomNested<A> editOrNewCustomLike(FeatureGatesEnabled item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends FeatureGateSelectionFluent<A>>
-
getFeatureSet
public String getFeatureSet()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasCustom
public boolean hasCustom()
-
hasFeatureSet
public boolean hasFeatureSet()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends FeatureGateSelectionFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withCustom
public A withCustom(FeatureGatesEnabled custom)
-
withNewCustom
public FeatureGateSelectionFluent.CustomNested<A> withNewCustom()
-
withNewCustomLike
public FeatureGateSelectionFluent.CustomNested<A> withNewCustomLike(FeatureGatesEnabled item)
-
-