public class SaltLocation extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
SaltLocationRule |
getSaltLocationRule()
Get 加盐规则
|
String |
getSaltLocationTypeEnum()
Get 密码加盐的类型(HEAD,TAIL,OTHER)
|
void |
setSaltLocationRule(SaltLocationRule SaltLocationRule)
Set 加盐规则
|
void |
setSaltLocationTypeEnum(String SaltLocationTypeEnum)
Set 密码加盐的类型(HEAD,TAIL,OTHER)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SaltLocation()
public SaltLocation(SaltLocation source)
public String getSaltLocationTypeEnum()
public void setSaltLocationTypeEnum(String SaltLocationTypeEnum)
SaltLocationTypeEnum
- 密码加盐的类型(HEAD,TAIL,OTHER)public SaltLocationRule getSaltLocationRule()
public void setSaltLocationRule(SaltLocationRule SaltLocationRule)
SaltLocationRule
- 加盐规则Copyright © 2024. All rights reserved.