public class CommitRuleGroupTaskRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CommitRuleGroupTaskRequest() | 
| CommitRuleGroupTaskRequest(CommitRuleGroupTaskRequest 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 | getEngineType()Get The execution engine that this rule runs. | 
| RuleExecConfig | getExecConfig()Get Execution configuration | 
| RuleConfig[] | getExecRuleConfig()Get Rule Configuration List | 
| String | getProjectId()Get Project ID | 
| Long | getRuleGroupId()Get Rule Group ID | 
| Long | getTriggerType()Get Trigger Type 1. | 
| void | setEngineType(String EngineType)Set The execution engine that this rule runs. | 
| void | setExecConfig(RuleExecConfig ExecConfig)Set Execution configuration | 
| void | setExecRuleConfig(RuleConfig[] ExecRuleConfig)Set Rule Configuration List | 
| void | setProjectId(String ProjectId)Set Project ID | 
| void | setRuleGroupId(Long RuleGroupId)Set Rule Group ID | 
| void | setTriggerType(Long TriggerType)Set Trigger Type 1. | 
| 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, toJsonStringpublic CommitRuleGroupTaskRequest()
public CommitRuleGroupTaskRequest(CommitRuleGroupTaskRequest source)
public Long getRuleGroupId()
public void setRuleGroupId(Long RuleGroupId)
RuleGroupId - Rule Group IDpublic Long getTriggerType()
public void setTriggerType(Long TriggerType)
TriggerType - Trigger Type 1. Manual Trigger 2. In-process Scheduling Trigger 3. Periodic Scheduling Triggerpublic RuleConfig[] getExecRuleConfig()
public void setExecRuleConfig(RuleConfig[] ExecRuleConfig)
ExecRuleConfig - Rule Configuration Listpublic RuleExecConfig getExecConfig()
public void setExecConfig(RuleExecConfig ExecConfig)
ExecConfig - Execution configurationpublic String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDpublic String getEngineType()
public void setEngineType(String EngineType)
EngineType - The execution engine that this rule runs. If this parameter is not passed, the default execution engine under this data source will be requested.Copyright © 2025. All rights reserved.