public static final class DescribeCheckFixDetailsResponseBody.ParamList.Builder extends Object
public DescribeCheckFixDetailsResponseBody.ParamList.Builder enumValue(String enumValue)
The options that can be selected for the rule parameter if the value of the ParamType parameter is 2.
example:0,1,2,3
public DescribeCheckFixDetailsResponseBody.ParamList.Builder maxValue(Integer maxValue)
The maximum value of the rule parameter.
example:24
public DescribeCheckFixDetailsResponseBody.ParamList.Builder minValue(Integer minValue)
The minimum value of the rule parameter.
example:5
public DescribeCheckFixDetailsResponseBody.ParamList.Builder paramDefaultValue(String paramDefaultValue)
The default value of the rule parameter.
example:5
public DescribeCheckFixDetailsResponseBody.ParamList.Builder paramDesc(String paramDesc)
The description of the rule parameter.
example:The setting value is 0 means no definition, 1 means success, 2 means failure, 3 means success and failure
public DescribeCheckFixDetailsResponseBody.ParamList.Builder paramName(String paramName)
The name of the rule parameter.
example:range_val
public DescribeCheckFixDetailsResponseBody.ParamList.Builder paramType(Integer paramType)
The type of the rule parameter. Valid values:
1
public DescribeCheckFixDetailsResponseBody.ParamList.Builder ruleId(String ruleId)
The ID of the rule.
example:pwd_reuse.system_auth
public DescribeCheckFixDetailsResponseBody.ParamList.Builder value(String value)
The specified value of the rule parameter.
example:18
public DescribeCheckFixDetailsResponseBody.ParamList build()
Copyright © 2026. All rights reserved.