public class DetectLengthLimitRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DetectLengthLimitRule() | 
| DetectLengthLimitRule(DetectLengthLimitRule 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 | getAction()Get Handling method. | 
| DetectLengthLimitCondition[] | getConditions()Get Rule configuration conditions, output parameter only. | 
| String | getDescription()Get Rule description, output parameter only. | 
| Long | getRuleId()Get Rule Id, output parameter only. | 
| String | getRuleName()Get Rule name, output parameter only. | 
| void | setAction(String Action)Set Handling method. | 
| void | setConditions(DetectLengthLimitCondition[] Conditions)Set Rule configuration conditions, output parameter only. | 
| void | setDescription(String Description)Set Rule description, output parameter only. | 
| void | setRuleId(Long RuleId)Set Rule Id, output parameter only. | 
| void | setRuleName(String RuleName)Set Rule name, output parameter only. | 
| 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, toJsonStringpublic DetectLengthLimitRule()
public DetectLengthLimitRule(DetectLengthLimitRule source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - Rule Id, output parameter only.public String getRuleName()
public void setRuleName(String RuleName)
RuleName - Rule name, output parameter only.public String getDescription()
public void setDescription(String Description)
Description - Rule description, output parameter only.public DetectLengthLimitCondition[] getConditions()
public void setConditions(DetectLengthLimitCondition[] Conditions)
Conditions - Rule configuration conditions, output parameter only.public String getAction()
public void setAction(String Action)
Action - Handling method. Values:.
Copyright © 2025. All rights reserved.