public class BotUserRule extends AbstractModel
Constructor and Description |
---|
BotUserRule() |
BotUserRule(BotUserRule 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 |
---|---|
AclCondition[] |
getAclConditions()
Get Details of the rule.
|
String |
getAction()
Get The action.
|
BotExtendAction[] |
getExtendActions()
Get [Currently unavailable] Specify the random action and percentage.
|
String[] |
getFreqFields()
Get The filter.
|
String[] |
getFreqScope()
Get The statistical dimension.
|
Long |
getRuleID()
Get The rule ID, which is only used as an output parameter.
|
String |
getRuleName()
Get
|
Long |
getRulePriority()
Get The rule weight.
|
String |
getRuleStatus()
Get The rule status.
|
String |
getUpdateTime()
Get Updated time
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setAclConditions(AclCondition[] AclConditions)
Set Details of the rule.
|
void |
setAction(String Action)
Set The action.
|
void |
setExtendActions(BotExtendAction[] ExtendActions)
Set [Currently unavailable] Specify the random action and percentage.
|
void |
setFreqFields(String[] FreqFields)
Set The filter.
|
void |
setFreqScope(String[] FreqScope)
Set The statistical dimension.
|
void |
setRuleID(Long RuleID)
Set The rule ID, which is only used as an output parameter.
|
void |
setRuleName(String RuleName)
Set
|
void |
setRulePriority(Long RulePriority)
Set The rule weight.
|
void |
setRuleStatus(String RuleStatus)
Set The rule status.
|
void |
setUpdateTime(String UpdateTime)
Set Updated time
Note: This field may return `null`, indicating that no valid values can be obtained.
|
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 BotUserRule()
public BotUserRule(BotUserRule source)
public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- public String getAction()
public void setAction(String Action)
Action
- The action. Values:
public String getRuleStatus()
public void setRuleStatus(String RuleStatus)
RuleStatus
- The rule status. Values:
public AclCondition[] getAclConditions()
public void setAclConditions(AclCondition[] AclConditions)
AclConditions
- Details of the rule.public Long getRulePriority()
public void setRulePriority(Long RulePriority)
RulePriority
- The rule weight. Value range: 0-100.public Long getRuleID()
public void setRuleID(Long RuleID)
RuleID
- The rule ID, which is only used as an output parameter.
Note: This field may return `null`, indicating that no valid values can be obtained.public BotExtendAction[] getExtendActions()
public void setExtendActions(BotExtendAction[] ExtendActions)
ExtendActions
- [Currently unavailable] Specify the random action and percentage.public String[] getFreqFields()
public void setFreqFields(String[] FreqFields)
FreqFields
- The filter. Values:
public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Updated time
Note: This field may return `null`, indicating that no valid values can be obtained.public String[] getFreqScope()
public void setFreqScope(String[] FreqScope)
FreqScope
- The statistical dimension. Values:
Copyright © 2023. All rights reserved.