Class Salt
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ciam.v20220331.models.Salt
-
public class Salt extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaltLocationgetSaltLocation()Get 盐值位置StringgetSaltValue()Get 盐值voidsetSaltLocation(SaltLocation SaltLocation)Set 盐值位置voidsetSaltValue(String SaltValue)Set 盐值voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Salt
public Salt()
-
Salt
public 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.
-
-
Method Detail
-
getSaltValue
public String getSaltValue()
Get 盐值- Returns:
- SaltValue 盐值
-
setSaltValue
public void setSaltValue(String SaltValue)
Set 盐值- Parameters:
SaltValue- 盐值
-
getSaltLocation
public SaltLocation getSaltLocation()
Get 盐值位置- Returns:
- SaltLocation 盐值位置
-
setSaltLocation
public void setSaltLocation(SaltLocation SaltLocation)
Set 盐值位置- Parameters:
SaltLocation- 盐值位置
-
-