public class Salt extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Salt() | 
| Salt(Salt 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 | 
|---|---|
| SaltLocation | getSaltLocation()Get Salt value location | 
| String | getSaltValue()Get Salt value | 
| void | setSaltLocation(SaltLocation SaltLocation)Set Salt value location | 
| void | setSaltValue(String SaltValue)Set Salt 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, toJsonStringpublic Salt()
public Salt(Salt source)
public String getSaltValue()
public void setSaltValue(String SaltValue)
SaltValue - Salt valuepublic SaltLocation getSaltLocation()
public void setSaltLocation(SaltLocation SaltLocation)
SaltLocation - Salt value locationCopyright © 2025. All rights reserved.