public class AccessControlEventDescription extends AbstractModel
skipSign
Constructor and Description |
---|
AccessControlEventDescription() |
AccessControlEventDescription(AccessControlEventDescription 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 事件规则
|
AccessControlChildRuleInfo |
getMatchRule()
Get 命中规则详细信息
|
String |
getOperationTime()
Get 事件最后一次处理的时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemark()
Get 事件备注信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRuleId()
Get 命中规则id
|
String |
getRuleName()
Get 命中规则名字
|
String |
getSolution()
Get 解决方案
|
void |
setDescription(String Description)
Set 事件规则
|
void |
setMatchRule(AccessControlChildRuleInfo MatchRule)
Set 命中规则详细信息
|
void |
setOperationTime(String OperationTime)
Set 事件最后一次处理的时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemark(String Remark)
Set 事件备注信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRuleId(String RuleId)
Set 命中规则id
|
void |
setRuleName(String RuleName)
Set 命中规则名字
|
void |
setSolution(String Solution)
Set 解决方案
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AccessControlEventDescription()
public AccessControlEventDescription(AccessControlEventDescription source)
public String getDescription()
public void setDescription(String Description)
Description
- 事件规则public String getSolution()
public void setSolution(String Solution)
Solution
- 解决方案public String getRemark()
public void setRemark(String Remark)
Remark
- 事件备注信息
注意:此字段可能返回 null,表示取不到有效值。public AccessControlChildRuleInfo getMatchRule()
public void setMatchRule(AccessControlChildRuleInfo MatchRule)
MatchRule
- 命中规则详细信息public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- 命中规则名字public String getRuleId()
public void setRuleId(String RuleId)
RuleId
- 命中规则idpublic String getOperationTime()
public void setOperationTime(String OperationTime)
OperationTime
- 事件最后一次处理的时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.