public class WafGroupInfo extends AbstractModel
| Constructor and Description |
|---|
WafGroupInfo() |
WafGroupInfo(WafGroupInfo 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 |
|---|---|
String |
getAct()
Get 保留字段。
|
String |
getLevel()
Get 规则组等级,取值有:
loose:宽松;
normal:正常;
strict:严格;
stricter:超严格。
|
String |
getMode()
Get 模式,取值有:
block:阻断;
observe:观察。
|
String |
getSwitch()
Get 开关,取值有:
on:开启;
off:关闭。
|
WafGroupDetail[] |
getWafGroupDetails()
Get 托管规则组列表。
|
void |
setAct(String Act)
Set 保留字段。
|
void |
setLevel(String Level)
Set 规则组等级,取值有:
loose:宽松;
normal:正常;
strict:严格;
stricter:超严格。
|
void |
setMode(String Mode)
Set 模式,取值有:
block:阻断;
observe:观察。
|
void |
setSwitch(String Switch)
Set 开关,取值有:
on:开启;
off:关闭。
|
void |
setWafGroupDetails(WafGroupDetail[] WafGroupDetails)
Set 托管规则组列表。
|
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 WafGroupInfo()
public WafGroupInfo(WafGroupInfo source)
public WafGroupDetail[] getWafGroupDetails()
public void setWafGroupDetails(WafGroupDetail[] WafGroupDetails)
WafGroupDetails - 托管规则组列表。public String getLevel()
public void setLevel(String Level)
Level - 规则组等级,取值有:
public String getAct()
public void setAct(String Act)
Act - 保留字段。public String getMode()
public void setMode(String Mode)
Mode - 模式,取值有:
public String getSwitch()
public void setSwitch(String Switch)
Switch - 开关,取值有:
Copyright © 2022. All rights reserved.