public class RuleExecConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RuleExecConfig() | 
| RuleExecConfig(RuleExecConfig 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 | getDlcGroupName()Get DLC执行引擎资源组
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getEngineParam()Get 引擎参数
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getEngineType()Get 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getExecutorGroupId()Get 执行资源组
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getQueueName()Get 计算队列名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDlcGroupName(String DlcGroupName)Set DLC执行引擎资源组
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEngineParam(String EngineParam)Set 引擎参数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEngineType(String EngineType)Set 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setExecutorGroupId(String ExecutorGroupId)Set 执行资源组
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setQueueName(String QueueName)Set 计算队列名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RuleExecConfig()
public RuleExecConfig(RuleExecConfig source)
public String getQueueName()
public void setQueueName(String QueueName)
QueueName - 计算队列名称
注意:此字段可能返回 null,表示取不到有效值。public String getExecutorGroupId()
public void setExecutorGroupId(String ExecutorGroupId)
ExecutorGroupId - 执行资源组
注意:此字段可能返回 null,表示取不到有效值。public String getEngineType()
public void setEngineType(String EngineType)
EngineType - 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
注意:此字段可能返回 null,表示取不到有效值。public String getDlcGroupName()
public void setDlcGroupName(String DlcGroupName)
DlcGroupName - DLC执行引擎资源组
注意:此字段可能返回 null,表示取不到有效值。public String getEngineParam()
public void setEngineParam(String EngineParam)
EngineParam - 引擎参数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.