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 |
getEngineType()
Get The running execution engine, if not specified, the default execution engine under this data source will be requested
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getExecutorGroupId()
Get Execution Resource Group
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getQueueName()
Get Compute Queue Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setEngineType(String EngineType)
Set The running execution engine, if not specified, the default execution engine under this data source will be requested
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setExecutorGroupId(String ExecutorGroupId)
Set Execution Resource Group
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setQueueName(String QueueName)
Set Compute Queue Name
Note: This field may return null, indicating that no valid value can be obtained.
|
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 RuleExecConfig()
public RuleExecConfig(RuleExecConfig source)
public String getQueueName()
public void setQueueName(String QueueName)
QueueName
- Compute Queue Name
Note: This field may return null, indicating that no valid value can be obtained.public String getExecutorGroupId()
public void setExecutorGroupId(String ExecutorGroupId)
ExecutorGroupId
- Execution Resource Group
Note: This field may return null, indicating that no valid value can be obtained.public String getEngineType()
public void setEngineType(String EngineType)
EngineType
- The running execution engine, if not specified, the default execution engine under this data source will be requested
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.