public class WafSubRuleStatus extends AbstractModel
Constructor and Description |
---|
WafSubRuleStatus() |
WafSubRuleStatus(WafSubRuleStatus 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[] |
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, toJsonString
public WafSubRuleStatus()
public WafSubRuleStatus(WafSubRuleStatus source)
public 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.