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 仅在加白的时候带上
|
AbnormalProcessRuleInfo |
getRuleInfo()
Get 增加策略信息,策略id为空,编辑策略是id不能为空
|
void |
setEventId(String EventId)
Set 仅在加白的时候带上
|
void |
setRuleInfo(AbnormalProcessRuleInfo RuleInfo)
Set 增加策略信息,策略id为空,编辑策略是id不能为空
|
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
- 增加策略信息,策略id为空,编辑策略是id不能为空public String getEventId()
public void setEventId(String EventId)
EventId
- 仅在加白的时候带上Copyright © 2023. All rights reserved.