Class SaltLocation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ciam.v20220331.models.SaltLocation
-
public class SaltLocation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SaltLocation()SaltLocation(SaltLocation 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaltLocationRulegetSaltLocationRule()Get 加盐规则StringgetSaltLocationTypeEnum()Get 密码加盐的类型(HEAD,TAIL,OTHER)voidsetSaltLocationRule(SaltLocationRule SaltLocationRule)Set 加盐规则voidsetSaltLocationTypeEnum(String SaltLocationTypeEnum)Set 密码加盐的类型(HEAD,TAIL,OTHER)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
-
SaltLocation
public SaltLocation()
-
SaltLocation
public SaltLocation(SaltLocation 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
-
getSaltLocationTypeEnum
public String getSaltLocationTypeEnum()
Get 密码加盐的类型(HEAD,TAIL,OTHER)- Returns:
- SaltLocationTypeEnum 密码加盐的类型(HEAD,TAIL,OTHER)
-
setSaltLocationTypeEnum
public void setSaltLocationTypeEnum(String SaltLocationTypeEnum)
Set 密码加盐的类型(HEAD,TAIL,OTHER)- Parameters:
SaltLocationTypeEnum- 密码加盐的类型(HEAD,TAIL,OTHER)
-
getSaltLocationRule
public SaltLocationRule getSaltLocationRule()
Get 加盐规则- Returns:
- SaltLocationRule 加盐规则
-
setSaltLocationRule
public void setSaltLocationRule(SaltLocationRule SaltLocationRule)
Set 加盐规则- Parameters:
SaltLocationRule- 加盐规则
-
-