public class CreateTasksRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateTasksRequest() | 
| CreateTasksRequest(CreateTasksRequest 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 | getDatabaseName()Get Database name. | 
| String | getDataEngineName()Get Compute engine name. | 
| String | getDatasourceConnectionName()Get Data source name. | 
| TasksInfo | getTasks()Get SQL task information | 
| void | setDatabaseName(String DatabaseName)Set Database name. | 
| void | setDataEngineName(String DataEngineName)Set Compute engine name. | 
| void | setDatasourceConnectionName(String DatasourceConnectionName)Set Data source name. | 
| void | setTasks(TasksInfo Tasks)Set SQL task information | 
| 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 CreateTasksRequest()
public CreateTasksRequest(CreateTasksRequest source)
public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName - Database name. If there is a database name in the SQL statement, the database in the SQL statement will be used first; otherwise, the database specified by this parameter will be used (note: when submitting the database creation SQL statement, passed in an empty string for this field).public TasksInfo getTasks()
public void setTasks(TasksInfo Tasks)
Tasks - SQL task informationpublic String getDatasourceConnectionName()
public void setDatasourceConnectionName(String DatasourceConnectionName)
DatasourceConnectionName - Data source name. Default value: DataLakeCatalog.public String getDataEngineName()
public void setDataEngineName(String DataEngineName)
DataEngineName - Compute engine name. If this parameter is not specified, the task will be submitted to the default engine.Copyright © 2024. All rights reserved.