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 Taint Effect
|
String |
getKey()
Get Taint Key
|
String |
getValue()
Get Taint Value
|
void |
setEffect(String Effect)
Set Taint Effect
|
void |
setKey(String Key)
Set Taint Key
|
void |
setValue(String Value)
Set Taint Value
|
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, toJsonString
public Taint()
public Taint(Taint source)
public String getKey()
public void setKey(String Key)
Key
- Taint Keypublic String getValue()
public void setValue(String Value)
Value
- Taint Valuepublic String getEffect()
public void setEffect(String Effect)
Effect
- Taint EffectCopyright © 2025. All rights reserved.