public class Toleration extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getEffect()
Get 要匹配的污点效果
|
String |
getKey()
Get 容忍应用到的 taint key
|
String |
getOperator()
Get 键与值的关系
|
void |
setEffect(String Effect)
Set 要匹配的污点效果
|
void |
setKey(String Key)
Set 容忍应用到的 taint key
|
void |
setOperator(String Operator)
Set 键与值的关系
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Toleration()
public Toleration(Toleration source)
public String getKey()
public void setKey(String Key)
Key
- 容忍应用到的 taint keypublic String getOperator()
public void setOperator(String Operator)
Operator
- 键与值的关系public String getEffect()
public void setEffect(String Effect)
Effect
- 要匹配的污点效果Copyright © 2023. All rights reserved.