public class CreateTaskRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
String |
graphParam
The position of the node on the Directed Acyclic Graph (DAG).
|
String |
nodeContent
The configuration of the node.
|
String |
nodeName
The name of the node that you want to create.
|
String |
nodeOutput
The output variables configured for the task.
|
String |
nodeType
The type of the node that you want to create.
|
Long |
tid
The tenant ID.
|
String |
timeVariables
The time variables configured for the node.
|
| 构造器和说明 |
|---|
CreateTaskRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateTaskRequest |
build(Map<String,?> map) |
Long |
getDagId() |
String |
getGraphParam() |
String |
getNodeContent() |
String |
getNodeName() |
String |
getNodeOutput() |
String |
getNodeType() |
Long |
getTid() |
String |
getTimeVariables() |
CreateTaskRequest |
setDagId(Long dagId) |
CreateTaskRequest |
setGraphParam(String graphParam) |
CreateTaskRequest |
setNodeContent(String nodeContent) |
CreateTaskRequest |
setNodeName(String nodeName) |
CreateTaskRequest |
setNodeOutput(String nodeOutput) |
CreateTaskRequest |
setNodeType(String nodeType) |
CreateTaskRequest |
setTid(Long tid) |
CreateTaskRequest |
setTimeVariables(String timeVariables) |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID.
This parameter is required.
example:7***
@NameInMap(value="GraphParam") public String graphParam
The position of the node on the Directed Acyclic Graph (DAG).
example:test
@NameInMap(value="NodeContent") public String nodeContent
The configuration of the node.
example:test
@NameInMap(value="NodeName") public String nodeName
The name of the node that you want to create.
This parameter is required.
example:zhttest
@NameInMap(value="NodeOutput") public String nodeOutput
The output variables configured for the task.
example:test
@NameInMap(value="NodeType") public String nodeType
The type of the node that you want to create. For more information about the valid values for this parameter, see NodeType parameter.
This parameter is required.
example:36
@NameInMap(value="Tid") public Long tid
The tenant ID.
example:To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
3***
@NameInMap(value="TimeVariables") public String timeVariables
The time variables configured for the node.
example:test
public static CreateTaskRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateTaskRequest setDagId(Long dagId)
public Long getDagId()
public CreateTaskRequest setGraphParam(String graphParam)
public String getGraphParam()
public CreateTaskRequest setNodeContent(String nodeContent)
public String getNodeContent()
public CreateTaskRequest setNodeName(String nodeName)
public String getNodeName()
public CreateTaskRequest setNodeOutput(String nodeOutput)
public String getNodeOutput()
public CreateTaskRequest setNodeType(String nodeType)
public String getNodeType()
public CreateTaskRequest setTid(Long tid)
public Long getTid()
public CreateTaskRequest setTimeVariables(String timeVariables)
public String getTimeVariables()
Copyright © 2025. All rights reserved.