public static class GetTaskResponseBody.GetTaskResponseBodyTask
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow to which the node belongs.
|
String |
graphParam
The position of the node on the Directed Acyclic Graph (DAG).
|
String |
nodeConfig
The advanced configuration for the node.
|
String |
nodeContent
The configuration for the node.
|
String |
nodeName
The name of the node.
|
String |
nodeOutput
The output variables for the node.
|
String |
nodeType
The type of the node.
|
String |
timeVariables
The time variables configured for the node.
|
| 构造器和说明 |
|---|
GetTaskResponseBodyTask() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetTaskResponseBody.GetTaskResponseBodyTask |
build(Map<String,?> map) |
Long |
getDagId() |
String |
getGraphParam() |
String |
getNodeConfig() |
String |
getNodeContent() |
String |
getNodeName() |
String |
getNodeOutput() |
String |
getNodeType() |
String |
getTimeVariables() |
GetTaskResponseBody.GetTaskResponseBodyTask |
setDagId(Long dagId) |
GetTaskResponseBody.GetTaskResponseBodyTask |
setGraphParam(String graphParam) |
GetTaskResponseBody.GetTaskResponseBodyTask |
setNodeConfig(String nodeConfig) |
GetTaskResponseBody.GetTaskResponseBodyTask |
setNodeContent(String nodeContent) |
GetTaskResponseBody.GetTaskResponseBodyTask |
setNodeName(String nodeName) |
GetTaskResponseBody.GetTaskResponseBodyTask |
setNodeOutput(String nodeOutput) |
GetTaskResponseBody.GetTaskResponseBodyTask |
setNodeType(String nodeType) |
GetTaskResponseBody.GetTaskResponseBodyTask |
setTimeVariables(String timeVariables) |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow to which the node belongs.
example:7321
@NameInMap(value="GraphParam") public String graphParam
The position of the node on the Directed Acyclic Graph (DAG).
example:{"{\"x\":0,\"y\":0,\"layoutType\":\"Horizontal\"}", "id": 51***}
@NameInMap(value="NodeConfig") public String nodeConfig
The advanced configuration for the node.
@NameInMap(value="NodeContent") public String nodeContent
The configuration for the node.
example:{\"dbList\":[{\"instanceId\":177****}" }
@NameInMap(value="NodeName") public String nodeName
The name of the node.
example:Cross-database Spark SQL-1
@NameInMap(value="NodeOutput") public String nodeOutput
The output variables for the node. This parameter is available only for some types of nodes.
example:{ "outputs":[ "extractMethod":"json" , "variableName":"var", "description":"demo desc" } ] }
@NameInMap(value="NodeType") public String nodeType
The type of the node. For more information about the valid values for this parameter, see NodeType parameter.
example:SPARK_SQL
@NameInMap(value="TimeVariables") public String timeVariables
The time variables configured for the node.
example:{\"variables\":[{\"name\":\"Today\",\"pattern\":\"yyyy-MM-dd|+1d\"}]}
public static GetTaskResponseBody.GetTaskResponseBodyTask build(Map<String,?> map) throws Exception
Exceptionpublic GetTaskResponseBody.GetTaskResponseBodyTask setDagId(Long dagId)
public Long getDagId()
public GetTaskResponseBody.GetTaskResponseBodyTask setGraphParam(String graphParam)
public String getGraphParam()
public GetTaskResponseBody.GetTaskResponseBodyTask setNodeConfig(String nodeConfig)
public String getNodeConfig()
public GetTaskResponseBody.GetTaskResponseBodyTask setNodeContent(String nodeContent)
public String getNodeContent()
public GetTaskResponseBody.GetTaskResponseBodyTask setNodeName(String nodeName)
public String getNodeName()
public GetTaskResponseBody.GetTaskResponseBodyTask setNodeOutput(String nodeOutput)
public String getNodeOutput()
public GetTaskResponseBody.GetTaskResponseBodyTask setNodeType(String nodeType)
public String getNodeType()
public GetTaskResponseBody.GetTaskResponseBodyTask setTimeVariables(String timeVariables)
public String getTimeVariables()
Copyright © 2025. All rights reserved.