public class SaltLocation extends AbstractModel
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 Salting rule
|
String |
getSaltLocationTypeEnum()
Get Password salt type.
|
void |
setSaltLocationRule(SaltLocationRule SaltLocationRule)
Set Salting rule
|
void |
setSaltLocationTypeEnum(String SaltLocationTypeEnum)
Set Password salt type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SaltLocation()
public SaltLocation(SaltLocation source)
public String getSaltLocationTypeEnum()
public void setSaltLocationTypeEnum(String SaltLocationTypeEnum)
SaltLocationTypeEnum
- Password salt type. Valid values: `HEAD`, `TAIL`, `OTHER`.public SaltLocationRule getSaltLocationRule()
public void setSaltLocationRule(SaltLocationRule SaltLocationRule)
SaltLocationRule
- Salting ruleCopyright © 2023. All rights reserved.