public class AccessControlEventDescription extends AbstractModel
header, 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 Event rule
|
AccessControlChildRuleInfo |
getMatchRule()
Get Details of the hit rule
|
String |
getOperationTime()
Get Last processing time of the event
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRemark()
Get Event remarks
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRuleId()
Get ID of the hit rule
|
String |
getRuleName()
Get Name of the hit rule
|
String |
getSolution()
Get Solution
|
void |
setDescription(String Description)
Set Event rule
|
void |
setMatchRule(AccessControlChildRuleInfo MatchRule)
Set Details of the hit rule
|
void |
setOperationTime(String OperationTime)
Set Last processing time of the event
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRemark(String Remark)
Set Event remarks
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRuleId(String RuleId)
Set ID of the hit rule
|
void |
setRuleName(String RuleName)
Set Name of the hit rule
|
void |
setSolution(String Solution)
Set Solution
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AccessControlEventDescription()
public AccessControlEventDescription(AccessControlEventDescription source)
public String getDescription()
public void setDescription(String Description)
Description
- Event rulepublic String getSolution()
public void setSolution(String Solution)
Solution
- Solutionpublic String getRemark()
public void setRemark(String Remark)
Remark
- Event remarks
Note: This field may return null, indicating that no valid values can be obtained.public AccessControlChildRuleInfo getMatchRule()
public void setMatchRule(AccessControlChildRuleInfo MatchRule)
MatchRule
- Details of the hit rulepublic String getRuleName()
public void setRuleName(String RuleName)
RuleName
- Name of the hit rulepublic String getRuleId()
public void setRuleId(String RuleId)
RuleId
- ID of the hit rulepublic String getOperationTime()
public void setOperationTime(String OperationTime)
OperationTime
- Last processing time of the event
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.