public static class ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasksTask
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
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 |
nodeId
The ID of the node.
|
String |
nodeName
The name of the node.
|
String |
nodeOutput
The output variables for the task.
|
String |
nodeType
The type of the node.
|
String |
timeVariables
The time variables configured for the node.
|
| 构造器和说明 |
|---|
ListTasksInTaskFlowResponseBodyTasksTask() |
@NameInMap(value="GraphParam") public String graphParam
The position of the node on the Directed Acyclic Graph (DAG).
example:{\"x\":435,\"y\":192,\"layoutType\":\"Horizontal\"}
@NameInMap(value="NodeConfig") public String nodeConfig
The advanced configuration for the node.
example:{ "rerun":{ "rerunEnable":true, "rerunCount":1, "rerunInterval":10 // }}
@NameInMap(value="NodeContent") public String nodeContent
The configuration for the node.
example:{ "dbId":123***, "sql":"", "dbType":"polardb" }
@NameInMap(value="NodeId") public String nodeId
The ID of the node.
example:92***
@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 task.
example:{ "outputs":[{ { "row":0, "column":-1, "combiner":"," } "extractMethod":"{\"row\":0,\"column\":-1,\"combiner\":\",\"}", "variableName":"var", "description":"For demo"} ] }
@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\":\"test1\",\"pattern\":\"yyyy-MM-dd
public static ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasksTask build(Map<String,?> map) throws Exception
Exceptionpublic ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasksTask setGraphParam(String graphParam)
public String getGraphParam()
public ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasksTask setNodeConfig(String nodeConfig)
public String getNodeConfig()
public ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasksTask setNodeContent(String nodeContent)
public String getNodeContent()
public ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasksTask setNodeId(String nodeId)
public String getNodeId()
public ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasksTask setNodeName(String nodeName)
public String getNodeName()
public ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasksTask setNodeOutput(String nodeOutput)
public String getNodeOutput()
public ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasksTask setNodeType(String nodeType)
public String getNodeType()
public ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasksTask setTimeVariables(String timeVariables)
public String getTimeVariables()
Copyright © 2025. All rights reserved.