public class RuleExecConfig extends AbstractModel
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 |
getEngineType()
Get 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getExecutorGroupId()
Get 执行资源组
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getQueueName()
Get 计算队列名称
注意:此字段可能返回 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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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,表示取不到有效值。Copyright © 2023. All rights reserved.