Package com.exoscale.sdk.model
Class SksNodepoolTaint
- java.lang.Object
-
- com.exoscale.sdk.model.SksNodepoolTaint
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class SksNodepoolTaint extends Object
Nodepool taint
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SksNodepoolTaint.EffectEnum
Nodepool taint effect
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_EFFECT
static String
JSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description SksNodepoolTaint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SksNodepoolTaint
effect(SksNodepoolTaint.EffectEnum effect)
boolean
equals(Object o)
Return true if this sks-nodepool-taint object is equal to o.SksNodepoolTaint.EffectEnum
getEffect()
Nodepool taint effectString
getValue()
Nodepool taint valueint
hashCode()
void
setEffect(SksNodepoolTaint.EffectEnum effect)
void
setValue(String value)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.SksNodepoolTaint
value(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EFFECT
public static final String JSON_PROPERTY_EFFECT
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public SksNodepoolTaint value(String value)
-
getValue
@Nonnull public String getValue()
Nodepool taint value- Returns:
- value
-
setValue
public void setValue(String value)
-
effect
public SksNodepoolTaint effect(SksNodepoolTaint.EffectEnum effect)
-
getEffect
@Nonnull public SksNodepoolTaint.EffectEnum getEffect()
Nodepool taint effect- Returns:
- effect
-
setEffect
public void setEffect(SksNodepoolTaint.EffectEnum effect)
-
equals
public boolean equals(Object o)
Return true if this sks-nodepool-taint object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-