public class ExceptUserRule extends AbstractModel
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 The rule action.
|
ExceptUserRuleCondition[] |
getExceptUserRuleConditions()
Get The matching condition.
|
ExceptUserRuleScope |
getExceptUserRuleScope()
Get The scope to which the exception rule applies.
|
Long |
getRuleID()
Get The rule ID, which is automatically created and only used as an output parameter.
|
String |
getRuleName()
Get The rule name.
|
Long |
getRulePriority()
Get The rule priority.
|
String |
getRuleStatus()
Get The rule status.
|
String |
getUpdateTime()
Get The update time.
|
void |
setAction(String Action)
Set The rule action.
|
void |
setExceptUserRuleConditions(ExceptUserRuleCondition[] ExceptUserRuleConditions)
Set The matching condition.
|
void |
setExceptUserRuleScope(ExceptUserRuleScope ExceptUserRuleScope)
Set The scope to which the exception rule applies.
|
void |
setRuleID(Long RuleID)
Set The rule ID, which is automatically created and only used as an output parameter.
|
void |
setRuleName(String RuleName)
Set The rule name.
|
void |
setRulePriority(Long RulePriority)
Set The rule priority.
|
void |
setRuleStatus(String RuleStatus)
Set The rule status.
|
void |
setUpdateTime(String UpdateTime)
Set The update time.
|
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, toJsonString
public ExceptUserRule()
public ExceptUserRule(ExceptUserRule source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- The rule name.public String getAction()
public void setAction(String Action)
Action
- The rule action. It only supports the value `skip`, which indicates skipping all managed rules.public String getRuleStatus()
public void setRuleStatus(String RuleStatus)
RuleStatus
- The rule status. Values:
public Long getRuleID()
public void setRuleID(Long RuleID)
RuleID
- The rule ID, which is automatically created and only used as an output parameter.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- The update time. If it is null, the current date and time is recorded.
Note: This field may return `null`, indicating that no valid value can be obtained.public ExceptUserRuleCondition[] getExceptUserRuleConditions()
public void setExceptUserRuleConditions(ExceptUserRuleCondition[] ExceptUserRuleConditions)
ExceptUserRuleConditions
- The matching condition.
Note: This field may return null, indicating that no valid values can be obtained.public ExceptUserRuleScope getExceptUserRuleScope()
public void setExceptUserRuleScope(ExceptUserRuleScope ExceptUserRuleScope)
ExceptUserRuleScope
- The scope to which the exception rule applies.
Note: This field may return null, indicating that no valid values can be obtained.public Long getRulePriority()
public void setRulePriority(Long RulePriority)
RulePriority
- The rule priority. Value range: 0-100. If it is null, it defaults to 0.Copyright © 2023. All rights reserved.