Package kubevirt.io
Class V1FeatureState
- java.lang.Object
-
- kubevirt.io.V1FeatureState
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-11-10T14:44:51.030+02:00") public class V1FeatureState extends java.lang.ObjectRepresents if a feature is enabled or disabled.
-
-
Constructor Summary
Constructors Constructor Description V1FeatureState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V1FeatureStateenabled(java.lang.Boolean enabled)booleanequals(java.lang.Object o)inthashCode()java.lang.BooleanisEnabled()Enabled determines if the feature should be enabled or disabled on the guest.voidsetEnabled(java.lang.Boolean enabled)java.lang.StringtoString()
-
-
-
Method Detail
-
enabled
public V1FeatureState enabled(java.lang.Boolean enabled)
-
isEnabled
public java.lang.Boolean isEnabled()
Enabled determines if the feature should be enabled or disabled on the guest. Defaults to true. +optional- Returns:
- enabled
-
setEnabled
public void setEnabled(java.lang.Boolean enabled)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-