Class Toleration
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.Toleration
-
public class Toleration extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description Toleration()Toleration(Toleration source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEffect()Get 要匹配的污点效果StringgetKey()Get 容忍应用到的 taint keyStringgetOperator()Get 键与值的关系voidsetEffect(String Effect)Set 要匹配的污点效果voidsetKey(String Key)Set 容忍应用到的 taint keyvoidsetOperator(String Operator)Set 键与值的关系voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Toleration
public Toleration()
-
Toleration
public Toleration(Toleration source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getKey
public String getKey()
Get 容忍应用到的 taint key- Returns:
- Key 容忍应用到的 taint key
-
setKey
public void setKey(String Key)
Set 容忍应用到的 taint key- Parameters:
Key- 容忍应用到的 taint key
-
getOperator
public String getOperator()
Get 键与值的关系- Returns:
- Operator 键与值的关系
-
setOperator
public void setOperator(String Operator)
Set 键与值的关系- Parameters:
Operator- 键与值的关系
-
getEffect
public String getEffect()
Get 要匹配的污点效果- Returns:
- Effect 要匹配的污点效果
-
setEffect
public void setEffect(String Effect)
Set 要匹配的污点效果- Parameters:
Effect- 要匹配的污点效果
-
-