public class BotManagedRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BotManagedRule() | 
| BotManagedRule(BotManagedRule 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. | 
| Long[] | getAlgManagedIds()Get Rule ID of the JS challenge. | 
| Long[] | getCapManagedIds()Get The rule ID for digit verification code. | 
| Long[] | getDropManagedIds()Get Rule ID for interception. | 
| Long[] | getMonManagedIds()Get Rule ID for observation. | 
| Long | getRuleID()Get The rule ID, which is only used as an output parameter. | 
| Long[] | getTransManagedIds()Get Rule ID to allow. | 
| void | setAction(String Action)Set The rule action. | 
| void | setAlgManagedIds(Long[] AlgManagedIds)Set Rule ID of the JS challenge. | 
| void | setCapManagedIds(Long[] CapManagedIds)Set The rule ID for digit verification code. | 
| void | setDropManagedIds(Long[] DropManagedIds)Set Rule ID for interception. | 
| void | setMonManagedIds(Long[] MonManagedIds)Set Rule ID for observation. | 
| void | setRuleID(Long RuleID)Set The rule ID, which is only used as an output parameter. | 
| void | setTransManagedIds(Long[] TransManagedIds)Set Rule ID to allow. | 
| 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 BotManagedRule()
public BotManagedRule(BotManagedRule source)
public String getAction()
public void setAction(String Action)
Action - The rule action. Values:
public Long getRuleID()
public void setRuleID(Long RuleID)
RuleID - The rule ID, which is only used as an output parameter.public Long[] getTransManagedIds()
public void setTransManagedIds(Long[] TransManagedIds)
TransManagedIds - Rule ID to allow. defaults to no rules configured for allowance.public Long[] getAlgManagedIds()
public void setAlgManagedIds(Long[] AlgManagedIds)
AlgManagedIds - Rule ID of the JS challenge. default is all rules without configuring the JS challenge.public Long[] getCapManagedIds()
public void setCapManagedIds(Long[] CapManagedIds)
CapManagedIds - The rule ID for digit verification code. by default, all rules do not configure digit verification code.public Long[] getMonManagedIds()
public void setMonManagedIds(Long[] MonManagedIds)
MonManagedIds - Rule ID for observation. by default, observation is not configured for all rules.public Long[] getDropManagedIds()
public void setDropManagedIds(Long[] DropManagedIds)
DropManagedIds - Rule ID for interception. by default, all rules have no configuration interception.Copyright © 2025. All rights reserved.