public class OpenClusterPasswordComplexityRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
OpenClusterPasswordComplexityRequest() |
OpenClusterPasswordComplexityRequest(OpenClusterPasswordComplexityRequest 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 |
---|---|
String |
getClusterId()
Get Cluster ID
|
String[] |
getValidatePasswordDictionary()
Get Data dictionary
|
Long |
getValidatePasswordLength()
Get Password length
|
Long |
getValidatePasswordMixedCaseCount()
Get Number of letters
|
Long |
getValidatePasswordNumberCount()
Get Number of digits
|
String |
getValidatePasswordPolicy()
Get Password strength.
|
Long |
getValidatePasswordSpecialCharCount()
Get Number of symbols
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setValidatePasswordDictionary(String[] ValidatePasswordDictionary)
Set Data dictionary
|
void |
setValidatePasswordLength(Long ValidatePasswordLength)
Set Password length
|
void |
setValidatePasswordMixedCaseCount(Long ValidatePasswordMixedCaseCount)
Set Number of letters
|
void |
setValidatePasswordNumberCount(Long ValidatePasswordNumberCount)
Set Number of digits
|
void |
setValidatePasswordPolicy(String ValidatePasswordPolicy)
Set Password strength.
|
void |
setValidatePasswordSpecialCharCount(Long ValidatePasswordSpecialCharCount)
Set Number of symbols
|
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 OpenClusterPasswordComplexityRequest()
public OpenClusterPasswordComplexityRequest(OpenClusterPasswordComplexityRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic Long getValidatePasswordLength()
public void setValidatePasswordLength(Long ValidatePasswordLength)
ValidatePasswordLength
- Password lengthpublic Long getValidatePasswordMixedCaseCount()
public void setValidatePasswordMixedCaseCount(Long ValidatePasswordMixedCaseCount)
ValidatePasswordMixedCaseCount
- Number of letterspublic Long getValidatePasswordSpecialCharCount()
public void setValidatePasswordSpecialCharCount(Long ValidatePasswordSpecialCharCount)
ValidatePasswordSpecialCharCount
- Number of symbolspublic Long getValidatePasswordNumberCount()
public void setValidatePasswordNumberCount(Long ValidatePasswordNumberCount)
ValidatePasswordNumberCount
- Number of digitspublic String getValidatePasswordPolicy()
public void setValidatePasswordPolicy(String ValidatePasswordPolicy)
ValidatePasswordPolicy
- Password strength. Valid values: `MEDIUM`, `STRONG`.public String[] getValidatePasswordDictionary()
public void setValidatePasswordDictionary(String[] ValidatePasswordDictionary)
ValidatePasswordDictionary
- Data dictionaryCopyright © 2024. All rights reserved.