public class RulesProperties extends AbstractModel
| Constructor and Description | 
|---|
| RulesProperties() | 
| RulesProperties(RulesProperties 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 | 
|---|---|
| RuleChoicePropertiesItem[] | getChoiceProperties()Get Associated configuration parameters of this parameter, which are required for API call. | 
| String[] | getChoicesValue()Get Valid parameter values. | 
| RuleExtraParameter | getExtraParameter()Get NULL: No special parameters when `NormalAction` is selected for `RuleAction`.
Note: This field may return null, indicating that no valid values can be obtained. | 
| Boolean | getIsAllowEmpty()Get Whether the parameter can be left empty. | 
| Boolean | getIsMultiple()Get Whether multiple values can be selected or entered. | 
| Long | getMax()Get Maximum value. | 
| Long | getMin()Get Minimum value. | 
| String | getName()Get Parameter name. | 
| String | getType()Get Parameter value type. | 
| void | setChoiceProperties(RuleChoicePropertiesItem[] ChoiceProperties)Set Associated configuration parameters of this parameter, which are required for API call. | 
| void | setChoicesValue(String[] ChoicesValue)Set Valid parameter values. | 
| void | setExtraParameter(RuleExtraParameter ExtraParameter)Set NULL: No special parameters when `NormalAction` is selected for `RuleAction`.
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setIsAllowEmpty(Boolean IsAllowEmpty)Set Whether the parameter can be left empty. | 
| void | setIsMultiple(Boolean IsMultiple)Set Whether multiple values can be selected or entered. | 
| void | setMax(Long Max)Set Maximum value. | 
| void | setMin(Long Min)Set Minimum value. | 
| void | setName(String Name)Set Parameter name. | 
| void | setType(String Type)Set Parameter value type. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic RulesProperties()
public RulesProperties(RulesProperties source)
public String getName()
public void setName(String Name)
Name - Parameter name.public Long getMin()
public void setMin(Long Min)
Min - Minimum value. If both `Min` and `Max` are set to `0`, this parameter does not take effect.public String[] getChoicesValue()
public void setChoicesValue(String[] ChoicesValue)
ChoicesValue - Valid parameter values.
Note: If `Type` is `CUSTOM_NUM` or `CUSTOM_STRING`, this parameter will be an empty array.public String getType()
public void setType(String Type)
Type - Parameter value type.
public Long getMax()
public void setMax(Long Max)
Max - Maximum value. If both `Min` and `Max` are set to `0`, this parameter does not take effect.public Boolean getIsMultiple()
public void setIsMultiple(Boolean IsMultiple)
IsMultiple - Whether multiple values can be selected or entered.public Boolean getIsAllowEmpty()
public void setIsAllowEmpty(Boolean IsAllowEmpty)
IsAllowEmpty - Whether the parameter can be left empty.public RuleChoicePropertiesItem[] getChoiceProperties()
public void setChoiceProperties(RuleChoicePropertiesItem[] ChoiceProperties)
ChoiceProperties - Associated configuration parameters of this parameter, which are required for API call.
Note: This parameter will be an empty array if no special parameters are added as optional parameters.public RuleExtraParameter getExtraParameter()
public void setExtraParameter(RuleExtraParameter ExtraParameter)
ExtraParameter - Copyright © 2022. All rights reserved.