public class BotPortraitRule extends AbstractModel
| Constructor and Description | 
|---|
| BotPortraitRule() | 
| BotPortraitRule(BotPortraitRule 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 | 
|---|---|
| Long[] | getAlgManagedIds()Get The ID of the rule that applies the "JavaScript challenge" action. | 
| Long[] | getCapManagedIds()Get The ID of the rule that applies the "Managed challenge" action. | 
| Long[] | getDropManagedIds()Get The ID of the rule that applies the "Block" action. | 
| Long[] | getMonManagedIds()Get The ID of the rule that applies the "Observe" action. | 
| Long | getRuleID()Get The rule ID, which is only used as an output parameter. | 
| String | getSwitch()Get Switch. | 
| void | setAlgManagedIds(Long[] AlgManagedIds)Set The ID of the rule that applies the "JavaScript challenge" action. | 
| void | setCapManagedIds(Long[] CapManagedIds)Set The ID of the rule that applies the "Managed challenge" action. | 
| void | setDropManagedIds(Long[] DropManagedIds)Set The ID of the rule that applies the "Block" action. | 
| void | setMonManagedIds(Long[] MonManagedIds)Set The ID of the rule that applies the "Observe" action. | 
| void | setRuleID(Long RuleID)Set The rule ID, which is only used as an output parameter. | 
| void | setSwitch(String Switch)Set Switch. | 
| 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, toJsonStringpublic BotPortraitRule()
public BotPortraitRule(BotPortraitRule source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Switch. Values:
public Long getRuleID()
public void setRuleID(Long RuleID)
RuleID - The rule ID, which is only used as an output parameter.public Long[] getAlgManagedIds()
public void setAlgManagedIds(Long[] AlgManagedIds)
AlgManagedIds - The ID of the rule that applies the "JavaScript challenge" action.
Note: This field may return null, indicating that no valid values can be obtained.public Long[] getCapManagedIds()
public void setCapManagedIds(Long[] CapManagedIds)
CapManagedIds - The ID of the rule that applies the "Managed challenge" action.
Note: This field may return null, indicating that no valid values can be obtained.public Long[] getMonManagedIds()
public void setMonManagedIds(Long[] MonManagedIds)
MonManagedIds - The ID of the rule that applies the "Observe" action.
Note: This field may return null, indicating that no valid values can be obtained.public Long[] getDropManagedIds()
public void setDropManagedIds(Long[] DropManagedIds)
DropManagedIds - The ID of the rule that applies the "Block" action.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.