public class CommitRuleGroupExecResultRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CommitRuleGroupExecResultRequest() |
CommitRuleGroupExecResultRequest(CommitRuleGroupExecResultRequest 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 |
getProjectId()
Get 项目ID
|
RunnerRuleExecResult[] |
getRuleExecResults()
Get 规则执行结果集合
|
Long |
getRuleGroupExecId()
Get 规则组执行ID
|
String |
getRuleGroupState()
Get 规则组执行状态
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
setRuleExecResults(RunnerRuleExecResult[] RuleExecResults)
Set 规则执行结果集合
|
void |
setRuleGroupExecId(Long RuleGroupExecId)
Set 规则组执行ID
|
void |
setRuleGroupState(String RuleGroupState)
Set 规则组执行状态
|
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 CommitRuleGroupExecResultRequest()
public CommitRuleGroupExecResultRequest(CommitRuleGroupExecResultRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic Long getRuleGroupExecId()
public void setRuleGroupExecId(Long RuleGroupExecId)
RuleGroupExecId
- 规则组执行IDpublic String getRuleGroupState()
public void setRuleGroupState(String RuleGroupState)
RuleGroupState
- 规则组执行状态public RunnerRuleExecResult[] getRuleExecResults()
public void setRuleExecResults(RunnerRuleExecResult[] RuleExecResults)
RuleExecResults
- 规则执行结果集合Copyright © 2024. All rights reserved.