public class WafGroupRule extends AbstractModel
Constructor and Description |
---|
WafGroupRule() |
WafGroupRule(WafGroupRule 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 |
getDescription()
Get The rule description.
|
Long |
getRuleId()
Get The rule ID.
|
String |
getRuleLevelDesc()
Get The description of the rule level.
|
String[] |
getRuleTags()
Get The rule tag.
|
String |
getRuleTypeDesc()
Get Description of the rule type.
|
Long |
getRuleTypeId()
Get ID of the rule type.
|
String |
getRuleTypeName()
Get The rule type.
|
String |
getStatus()
Get The rule status.
|
String |
getUpdateTime()
Get The update time in the format of YYYY-MM-DD hh:mm:ss.
|
void |
setDescription(String Description)
Set The rule description.
|
void |
setRuleId(Long RuleId)
Set The rule ID.
|
void |
setRuleLevelDesc(String RuleLevelDesc)
Set The description of the rule level.
|
void |
setRuleTags(String[] RuleTags)
Set The rule tag.
|
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 |
setStatus(String Status)
Set The rule status.
|
void |
setUpdateTime(String UpdateTime)
Set The update time in the format of YYYY-MM-DD hh:mm:ss.
|
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 WafGroupRule()
public WafGroupRule(WafGroupRule source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- The rule ID.public String getDescription()
public void setDescription(String Description)
Description
- The rule description.public String getRuleLevelDesc()
public void setRuleLevelDesc(String RuleLevelDesc)
RuleLevelDesc
- The description of the rule level.public String[] getRuleTags()
public void setRuleTags(String[] RuleTags)
RuleTags
- The rule tag.
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- The update time in the format of YYYY-MM-DD hh:mm:ss.
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- The rule status. Values:
public String getRuleTypeName()
public void setRuleTypeName(String RuleTypeName)
RuleTypeName
- The rule type.public Long getRuleTypeId()
public void setRuleTypeId(Long RuleTypeId)
RuleTypeId
- ID of the rule type.public String getRuleTypeDesc()
public void setRuleTypeDesc(String RuleTypeDesc)
RuleTypeDesc
- Description of the rule type.Copyright © 2022. All rights reserved.