public class WafGroupDetail extends AbstractModel
| Constructor and Description |
|---|
WafGroupDetail() |
WafGroupDetail(WafGroupDetail 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 The rule action.
|
String |
getLevel()
Get The rule level.
|
String |
getRuleTypeDesc()
Get Description of the rule type.
|
Long |
getRuleTypeId()
Get ID of the rule type.
|
String |
getRuleTypeName()
Get The rule type.
|
WafGroupRule[] |
getWafGroupRules()
Get List of rules.
|
void |
setAction(String Action)
Set The rule action.
|
void |
setLevel(String Level)
Set The rule level.
|
void |
setRuleTypeDesc(String RuleTypeDesc)
Set Description of the rule type.
|
void |
setRuleTypeId(Long RuleTypeId)
Set ID of the rule type.
|
void |
setRuleTypeName(String RuleTypeName)
Set The rule type.
|
void |
setWafGroupRules(WafGroupRule[] WafGroupRules)
Set List of rules.
|
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 WafGroupDetail()
public WafGroupDetail(WafGroupDetail source)
public Long getRuleTypeId()
public void setRuleTypeId(Long RuleTypeId)
RuleTypeId - ID of the rule type.public String getRuleTypeName()
public void setRuleTypeName(String RuleTypeName)
RuleTypeName - The rule type.public String getRuleTypeDesc()
public void setRuleTypeDesc(String RuleTypeDesc)
RuleTypeDesc - Description of the rule type.public WafGroupRule[] getWafGroupRules()
public void setWafGroupRules(WafGroupRule[] WafGroupRules)
WafGroupRules - List of rules.public String getLevel()
public void setLevel(String Level)
Level - The rule level.public String getAction()
public void setAction(String Action)
Action - The rule action.Copyright © 2022. All rights reserved.