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 ID of the rule that is set to verify requests by JavaScript challenge
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| Long[] | getCapManagedIds()Get ID of the rule that is set to verify requests by CAPTCHA
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| Long[] | getDropManagedIds()Get ID of the rule that is set to block requests
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| Long[] | getMonManagedIds()Get ID of the rule that is set to observe requests
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| Long | getRuleID()Get ID of the rule being applied
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| String | getSwitch()Get Feature switch
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAlgManagedIds(Long[] AlgManagedIds)Set ID of the rule that is set to verify requests by JavaScript challenge
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setCapManagedIds(Long[] CapManagedIds)Set ID of the rule that is set to verify requests by CAPTCHA
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setDropManagedIds(Long[] DropManagedIds)Set ID of the rule that is set to block requests
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setMonManagedIds(Long[] MonManagedIds)Set ID of the rule that is set to observe requests
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setRuleID(Long RuleID)Set ID of the rule being applied
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setSwitch(String Switch)Set Feature switch
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, toJsonStringpublic BotPortraitRule()
public BotPortraitRule(BotPortraitRule source)
public Long getRuleID()
public void setRuleID(Long RuleID)
RuleID - ID of the rule being applied
Note: This field may return `null`, indicating that no valid value can be obtained.public Long[] getAlgManagedIds()
public void setAlgManagedIds(Long[] AlgManagedIds)
AlgManagedIds - ID of the rule that is set to verify requests by JavaScript challenge
Note: This field may return `null`, indicating that no valid value can be obtained.public Long[] getCapManagedIds()
public void setCapManagedIds(Long[] CapManagedIds)
CapManagedIds - ID of the rule that is set to verify requests by CAPTCHA
Note: This field may return `null`, indicating that no valid value can be obtained.public Long[] getMonManagedIds()
public void setMonManagedIds(Long[] MonManagedIds)
MonManagedIds - ID of the rule that is set to observe requests
Note: This field may return `null`, indicating that no valid value can be obtained.public Long[] getDropManagedIds()
public void setDropManagedIds(Long[] DropManagedIds)
DropManagedIds - ID of the rule that is set to block requests
Note: This field may return `null`, indicating that no valid value can be obtained.public String getSwitch()
public void setSwitch(String Switch)
Switch - Feature switch
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.