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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneffect(SksNodepoolTaint.EffectEnum effect) booleanReturn true if this sks-nodepool-taint object is equal to o.Nodepool taint effectgetValue()Nodepool taint valueinthashCode()voidsetEffect(SksNodepoolTaint.EffectEnum effect) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_EFFECT
- See Also:
-
-
Constructor Details
-
SksNodepoolTaint
public SksNodepoolTaint()
-
-
Method Details
-
value
-
getValue
Nodepool taint value- Returns:
- value
-
setValue
-
effect
-
getEffect
Nodepool taint effect- Returns:
- effect
-
setEffect
-
equals
Return true if this sks-nodepool-taint object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-