Class FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.FeatureGatesEnabledFluent<A>
-
- Direct Known Subclasses:
FeatureGateSelectionFluent.CustomNested,FeatureGatesEnabledBuilder
public class FeatureGatesEnabledFluent<A extends FeatureGatesEnabledFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description FeatureGatesEnabledFluent()FeatureGatesEnabledFluent(FeatureGatesEnabled instance)
-
Method Summary
-
-
-
Constructor Detail
-
FeatureGatesEnabledFluent
public FeatureGatesEnabledFluent()
-
FeatureGatesEnabledFluent
public FeatureGatesEnabledFluent(FeatureGatesEnabled instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(FeatureGatesEnabled instance)
-
addAllToEnabled
public A addAllToEnabled(Collection<String> items)
-
removeAllFromEnabled
public A removeAllFromEnabled(Collection<String> items)
-
getEnabled
public String getEnabled(int index)
-
getFirstEnabled
public String getFirstEnabled()
-
getLastEnabled
public String getLastEnabled()
-
hasEnabled
public boolean hasEnabled()
-
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 FeatureGatesEnabledFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends FeatureGatesEnabledFluent<A>>
-
-