public class CreateTaskConfiguration extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateTaskConfiguration() | 
| CreateTaskConfiguration(CreateTaskConfiguration 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 | getBrokerIp()Get Specifies the running node. | 
| String | getBundleId()Get ID used by the Bundle. | 
| String | getBundleInfo()Get Bundle info. | 
| String | getCodeContent()Get Base64 encoding of the code content. | 
| String | getDataCluster()Get Cluster ID | 
| String | getResourceGroup()Get Resource Group ID: Must be obtained via DescribeNormalSchedulerExecutorGroups API to get the ExecutorGroupId. | 
| String | getSourceServiceId()Get Source Data Source ID - One or more IDs separated by semicolons (;). | 
| String | getTargetServiceId()Get Target data source ID- One or more IDs separated by semicolons (;). | 
| TaskExtParameter[] | getTaskExtConfigurationList()Get Specifies the configuration list of task extended attributes. | 
| TaskSchedulingParameter[] | getTaskSchedulingParameterList()Get Scheduling parameter. | 
| String | getYarnQueue()Get Resource Pool Queue Name: Must be obtained using DescribeProjectClusterQueues API. | 
| void | setBrokerIp(String BrokerIp)Set Specifies the running node. | 
| void | setBundleId(String BundleId)Set ID used by the Bundle. | 
| void | setBundleInfo(String BundleInfo)Set Bundle info. | 
| void | setCodeContent(String CodeContent)Set Base64 encoding of the code content. | 
| void | setDataCluster(String DataCluster)Set Cluster ID | 
| void | setResourceGroup(String ResourceGroup)Set Resource Group ID: Must be obtained via DescribeNormalSchedulerExecutorGroups API to get the ExecutorGroupId. | 
| void | setSourceServiceId(String SourceServiceId)Set Source Data Source ID - One or more IDs separated by semicolons (;). | 
| void | setTargetServiceId(String TargetServiceId)Set Target data source ID- One or more IDs separated by semicolons (;). | 
| void | setTaskExtConfigurationList(TaskExtParameter[] TaskExtConfigurationList)Set Specifies the configuration list of task extended attributes. | 
| void | setTaskSchedulingParameterList(TaskSchedulingParameter[] TaskSchedulingParameterList)Set Scheduling parameter. | 
| void | setYarnQueue(String YarnQueue)Set Resource Pool Queue Name: Must be obtained using DescribeProjectClusterQueues API. | 
| 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 CreateTaskConfiguration()
public CreateTaskConfiguration(CreateTaskConfiguration source)
public String getResourceGroup()
public void setResourceGroup(String ResourceGroup)
ResourceGroup - Resource Group ID: Must be obtained via DescribeNormalSchedulerExecutorGroups API to get the ExecutorGroupId.public String getCodeContent()
public void setCodeContent(String CodeContent)
CodeContent - Base64 encoding of the code content.public TaskExtParameter[] getTaskExtConfigurationList()
public void setTaskExtConfigurationList(TaskExtParameter[] TaskExtConfigurationList)
TaskExtConfigurationList - Specifies the configuration list of task extended attributes.public String getDataCluster()
public void setDataCluster(String DataCluster)
DataCluster - Cluster IDpublic String getBrokerIp()
public void setBrokerIp(String BrokerIp)
BrokerIp - Specifies the running node.public String getYarnQueue()
public void setYarnQueue(String YarnQueue)
YarnQueue - Resource Pool Queue Name: Must be obtained using DescribeProjectClusterQueues API.public String getSourceServiceId()
public void setSourceServiceId(String SourceServiceId)
SourceServiceId - Source Data Source ID - One or more IDs separated by semicolons (;). Retrieve IDs using the DescribeDataSourceWithoutInfo API.public String getTargetServiceId()
public void setTargetServiceId(String TargetServiceId)
TargetServiceId - Target data source ID- One or more IDs separated by semicolons (;). Retrieve IDs using the DescribeDataSourceWithoutInfo API.public TaskSchedulingParameter[] getTaskSchedulingParameterList()
public void setTaskSchedulingParameterList(TaskSchedulingParameter[] TaskSchedulingParameterList)
TaskSchedulingParameterList - Scheduling parameter.public String getBundleId()
public void setBundleId(String BundleId)
BundleId - ID used by the Bundle.public String getBundleInfo()
public void setBundleInfo(String BundleInfo)
BundleInfo - Bundle info.Copyright © 2025. All rights reserved.