public class ExceptUserRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExceptUserRule() | 
| ExceptUserRule(ExceptUserRule 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 规则的处置方式,当前仅支持skip:跳过全部托管规则。 | 
| ExceptUserRuleCondition[] | getExceptUserRuleConditions()Get 匹配条件。 | 
| ExceptUserRuleScope | getExceptUserRuleScope()Get 规则生效的范围。 | 
| Long | getRuleID()Get 规则ID。仅出参使用。默认由底层生成。 | 
| String | getRuleName()Get 规则名称,不可使用中文。 | 
| Long | getRulePriority()Get 优先级,取值范围0-100。如果为null,默认由底层设置为0。 | 
| String | getRuleStatus()Get 规则生效状态,取值有:
on:生效;
off:失效。 | 
| String | getUpdateTime()Get 更新时间,如果为null,默认由底层按当前时间生成。 | 
| void | setAction(String Action)Set 规则的处置方式,当前仅支持skip:跳过全部托管规则。 | 
| void | setExceptUserRuleConditions(ExceptUserRuleCondition[] ExceptUserRuleConditions)Set 匹配条件。 | 
| void | setExceptUserRuleScope(ExceptUserRuleScope ExceptUserRuleScope)Set 规则生效的范围。 | 
| void | setRuleID(Long RuleID)Set 规则ID。仅出参使用。默认由底层生成。 | 
| void | setRuleName(String RuleName)Set 规则名称,不可使用中文。 | 
| void | setRulePriority(Long RulePriority)Set 优先级,取值范围0-100。如果为null,默认由底层设置为0。 | 
| void | setRuleStatus(String RuleStatus)Set 规则生效状态,取值有:
on:生效;
off:失效。 | 
| void | setUpdateTime(String UpdateTime)Set 更新时间,如果为null,默认由底层按当前时间生成。 | 
| 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 ExceptUserRule()
public ExceptUserRule(ExceptUserRule source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName - 规则名称,不可使用中文。public String getAction()
public void setAction(String Action)
Action - 规则的处置方式,当前仅支持skip:跳过全部托管规则。public String getRuleStatus()
public void setRuleStatus(String RuleStatus)
RuleStatus - 规则生效状态,取值有:
public Long getRuleID()
public void setRuleID(Long RuleID)
RuleID - 规则ID。仅出参使用。默认由底层生成。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 更新时间,如果为null,默认由底层按当前时间生成。public ExceptUserRuleCondition[] getExceptUserRuleConditions()
public void setExceptUserRuleConditions(ExceptUserRuleCondition[] ExceptUserRuleConditions)
ExceptUserRuleConditions - 匹配条件。public ExceptUserRuleScope getExceptUserRuleScope()
public void setExceptUserRuleScope(ExceptUserRuleScope ExceptUserRuleScope)
ExceptUserRuleScope - 规则生效的范围。public Long getRulePriority()
public void setRulePriority(Long RulePriority)
RulePriority - 优先级,取值范围0-100。如果为null,默认由底层设置为0。Copyright © 2025. All rights reserved.