public class Taint extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
Taint()  | 
Taint(Taint 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 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Taint()
public Taint(Taint source)
public 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 © 2025. All rights reserved.