public class WafSubRuleStatus extends AbstractModel
| Constructor and Description | 
|---|
| WafSubRuleStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long[] | getSubIds()Get List of rule IDs | 
| String | getSwitch()Get Sub-rule status. | 
| void | setSubIds(Long[] SubIds)Set List of rule IDs | 
| void | setSwitch(String Switch)Set Sub-rule status. | 
| 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 String getSwitch()
public void setSwitch(String Switch)
Switch - Sub-rule status. Valid values: `on` and `off`.public Long[] getSubIds()
public void setSubIds(Long[] SubIds)
SubIds - List of rule IDsCopyright © 2021. All rights reserved.