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 规则id列表
|
String |
getSwitch()
Get 子规则状态,on|off
|
void |
setSubIds(Long[] SubIds)
Set 规则id列表
|
void |
setSwitch(String Switch)
Set 子规则状态,on|off
|
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
- 子规则状态,on|offpublic Long[] getSubIds()
public void setSubIds(Long[] SubIds)
SubIds
- 规则id列表Copyright © 2021. All rights reserved.