public class Taint extends AbstractModel
| Constructor and Description | 
|---|
| Taint() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEffect()Get Effect of the taint | 
| String | getKey()Get Key of the taint | 
| String | getValue()Get Value of the taint | 
| void | setEffect(String Effect)Set Effect of the taint | 
| void | setKey(String Key)Set Key of the taint | 
| void | setValue(String Value)Set Value of the taint | 
| 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, toJsonStringpublic String getKey()
public void setKey(String Key)
Key - Key of the taintpublic String getValue()
public void setValue(String Value)
Value - Value of the taintpublic String getEffect()
public void setEffect(String Effect)
Effect - Effect of the taintCopyright © 2020. All rights reserved.