public class DescribeClusterPasswordComplexityResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeClusterPasswordComplexityResponse() | 
| DescribeClusterPasswordComplexityResponse(DescribeClusterPasswordComplexityResponse 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 | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| ParamInfo | getValidatePasswordDictionary()Get 数据字典参数 | 
| ParamInfo | getValidatePasswordLength()Get 密码长度 | 
| ParamInfo | getValidatePasswordMixedCaseCount()Get 大小写敏感字符个数 | 
| ParamInfo | getValidatePasswordNumberCount()Get 数字个数 | 
| ParamInfo | getValidatePasswordPolicy()Get 密码等级 | 
| ParamInfo | getValidatePasswordSpecialCharCount()Get 特殊字符个数 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setValidatePasswordDictionary(ParamInfo ValidatePasswordDictionary)Set 数据字典参数 | 
| void | setValidatePasswordLength(ParamInfo ValidatePasswordLength)Set 密码长度 | 
| void | setValidatePasswordMixedCaseCount(ParamInfo ValidatePasswordMixedCaseCount)Set 大小写敏感字符个数 | 
| void | setValidatePasswordNumberCount(ParamInfo ValidatePasswordNumberCount)Set 数字个数 | 
| void | setValidatePasswordPolicy(ParamInfo ValidatePasswordPolicy)Set 密码等级 | 
| void | setValidatePasswordSpecialCharCount(ParamInfo ValidatePasswordSpecialCharCount)Set 特殊字符个数 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeClusterPasswordComplexityResponse()
public DescribeClusterPasswordComplexityResponse(DescribeClusterPasswordComplexityResponse source)
public ParamInfo getValidatePasswordDictionary()
public void setValidatePasswordDictionary(ParamInfo ValidatePasswordDictionary)
ValidatePasswordDictionary - 数据字典参数public ParamInfo getValidatePasswordLength()
public void setValidatePasswordLength(ParamInfo ValidatePasswordLength)
ValidatePasswordLength - 密码长度public ParamInfo getValidatePasswordMixedCaseCount()
public void setValidatePasswordMixedCaseCount(ParamInfo ValidatePasswordMixedCaseCount)
ValidatePasswordMixedCaseCount - 大小写敏感字符个数public ParamInfo getValidatePasswordNumberCount()
public void setValidatePasswordNumberCount(ParamInfo ValidatePasswordNumberCount)
ValidatePasswordNumberCount - 数字个数public ParamInfo getValidatePasswordPolicy()
public void setValidatePasswordPolicy(ParamInfo ValidatePasswordPolicy)
ValidatePasswordPolicy - 密码等级public ParamInfo getValidatePasswordSpecialCharCount()
public void setValidatePasswordSpecialCharCount(ParamInfo ValidatePasswordSpecialCharCount)
ValidatePasswordSpecialCharCount - 特殊字符个数public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.