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 Reserved field.
|
String |
getLevel()
Get The level of the managed rule group
`loose`: Loose
`normal`: Moderate
`strict`: Strict
`stricter`: Super strict
|
String |
getMode()
Get The mode.
|
String |
getSwitch()
Get Switch.
|
WafGroupDetail[] |
getWafGroupDetails()
Get List of managed rule groups.
|
void |
setAct(String Act)
Set Reserved field.
|
void |
setLevel(String Level)
Set The level of the managed rule group
`loose`: Loose
`normal`: Moderate
`strict`: Strict
`stricter`: Super strict
|
void |
setMode(String Mode)
Set The mode.
|
void |
setSwitch(String Switch)
Set Switch.
|
void |
setWafGroupDetails(WafGroupDetail[] WafGroupDetails)
Set List of managed rule groups.
|
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 WafGroupInfo()
public WafGroupInfo(WafGroupInfo source)
public WafGroupDetail[] getWafGroupDetails()
public void setWafGroupDetails(WafGroupDetail[] WafGroupDetails)
WafGroupDetails
- List of managed rule groups.public String getLevel()
public void setLevel(String Level)
Level
- The level of the managed rule group
public String getAct()
public void setAct(String Act)
Act
- Reserved field.public String getMode()
public void setMode(String Mode)
Mode
- The mode. Values:
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Switch. Values:
Copyright © 2022. All rights reserved.