public class AddEditAbnormalProcessRuleRequest extends AbstractModel
Constructor and Description |
---|
AddEditAbnormalProcessRuleRequest() |
AddEditAbnormalProcessRuleRequest(AddEditAbnormalProcessRuleRequest 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 |
getEventId()
Get Required only when an item is allowed
|
AbnormalProcessRuleInfo |
getRuleInfo()
Get Information of the added policy.
|
void |
setEventId(String EventId)
Set Required only when an item is allowed
|
void |
setRuleInfo(AbnormalProcessRuleInfo RuleInfo)
Set Information of the added policy.
|
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 AddEditAbnormalProcessRuleRequest()
public AddEditAbnormalProcessRuleRequest(AddEditAbnormalProcessRuleRequest source)
public AbnormalProcessRuleInfo getRuleInfo()
public void setRuleInfo(AbnormalProcessRuleInfo RuleInfo)
RuleInfo
- Information of the added policy. The policy ID is empty here but cannot be empty when you edit a policy.public String getEventId()
public void setEventId(String EventId)
EventId
- Required only when an item is allowedCopyright © 2023. All rights reserved.