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 动作。
|
String |
getLevel()
Get 规则等级。
|
String |
getRuleTypeDesc()
Get 规则类型描述。
|
Long |
getRuleTypeId()
Get 规则类型ID。
|
String |
getRuleTypeName()
Get 规则类型名称。
|
WafGroupRule[] |
getWafGroupRules()
Get 规则列表。
|
void |
setAction(String Action)
Set 动作。
|
void |
setLevel(String Level)
Set 规则等级。
|
void |
setRuleTypeDesc(String RuleTypeDesc)
Set 规则类型描述。
|
void |
setRuleTypeId(Long RuleTypeId)
Set 规则类型ID。
|
void |
setRuleTypeName(String RuleTypeName)
Set 规则类型名称。
|
void |
setWafGroupRules(WafGroupRule[] WafGroupRules)
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, toJsonString
public WafGroupDetail()
public WafGroupDetail(WafGroupDetail source)
public Long getRuleTypeId()
public void setRuleTypeId(Long RuleTypeId)
RuleTypeId
- 规则类型ID。public String getRuleTypeName()
public void setRuleTypeName(String RuleTypeName)
RuleTypeName
- 规则类型名称。public String getRuleTypeDesc()
public void setRuleTypeDesc(String RuleTypeDesc)
RuleTypeDesc
- 规则类型描述。public WafGroupRule[] getWafGroupRules()
public void setWafGroupRules(WafGroupRule[] WafGroupRules)
WafGroupRules
- 规则列表。public String getLevel()
public void setLevel(String Level)
Level
- 规则等级。public String getAction()
public void setAction(String Action)
Action
- 动作。Copyright © 2022. All rights reserved.