public static final class DescribeStrategyDetailResponseBody.ParamList.Builder extends Object
public DescribeStrategyDetailResponseBody.ParamList.Builder enumValue(String enumValue)
The options that can be selected for the rule parameter if the value of ParamType is set to 2.
example:0,1,2,3
public DescribeStrategyDetailResponseBody.ParamList.Builder maxValue(Integer maxValue)
The maximum value of the rule parameter.
example:999
public DescribeStrategyDetailResponseBody.ParamList.Builder minValue(Integer minValue)
The minimum value of the rule parameter.
example:1
public DescribeStrategyDetailResponseBody.ParamList.Builder paramDefaultValue(String paramDefaultValue)
The default value of the rule parameter.
example:7
public DescribeStrategyDetailResponseBody.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 DescribeStrategyDetailResponseBody.ParamList.Builder paramName(String paramName)
The name of the rule parameter.
example:range_val
public DescribeStrategyDetailResponseBody.ParamList.Builder paramType(Integer paramType)
The type of the rule parameter. Valid values:
1
public DescribeStrategyDetailResponseBody.ParamList.Builder value(String value)
The configured value of the rule parameter.
example:7
public DescribeStrategyDetailResponseBody.ParamList build()
Copyright © 2026. All rights reserved.