public class WafGroup extends AbstractModel
Constructor and Description |
---|
WafGroup() |
WafGroup(WafGroup 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 |
getAction()
Get Action to be executed.
|
String |
getLevel()
Get The protection level.
|
Long |
getTypeId()
Get ID of the rule type.
|
void |
setAction(String Action)
Set Action to be executed.
|
void |
setLevel(String Level)
Set The protection level.
|
void |
setTypeId(Long TypeId)
Set ID of the rule type.
|
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 WafGroup()
public WafGroup(WafGroup source)
public String getAction()
public void setAction(String Action)
Action
- Action to be executed. Values:
public String getLevel()
public void setLevel(String Level)
Level
- The protection level. Values:
public Long getTypeId()
public void setTypeId(Long TypeId)
TypeId
- ID of the rule type.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.