public static class GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
String |
graphParam
The position of the node in the DAG.
|
String |
nodeConfig
The advanced configuration of the node.
|
String |
nodeContent
The configuration of the node.
|
Long |
nodeId
The ID of the node.
|
String |
nodeName
The name of the node.
|
Long |
nodeType
The type of the node.
|
String |
timeVariables
The time variables for the node.
|
| 构造器和说明 |
|---|
GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode() |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow.
example:15***
@NameInMap(value="GraphParam") public String graphParam
The position of the node in the DAG.
example:{\"x\":541,\"y\":322,\"layoutType\":\"Horizontal\"}
@NameInMap(value="NodeConfig") public String nodeConfig
The advanced configuration of the node.
@NameInMap(value="NodeContent") public String nodeContent
The configuration of the node.
example:{ODI3OTNRVC****UHVFT29"}
@NameInMap(value="NodeId") public Long nodeId
The ID of the node.
example:44***
@NameInMap(value="NodeName") public String nodeName
The name of the node.
example:test
@NameInMap(value="NodeType") public Long nodeType
The type of the node. For more information about the valid values for this parameter, see NodeType parameter.
example:36
@NameInMap(value="TimeVariables") public String timeVariables
The time variables for the node.
example:{\"variables\":[{\"name\":\"Today\",\"pattern\":\"yyyy-MM-dd|+1d\"}]}
public GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode()
public static GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode build(Map<String,?> map) throws Exception
Exceptionpublic GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode setDagId(Long dagId)
public Long getDagId()
public GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode setGraphParam(String graphParam)
public String getGraphParam()
public GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode setNodeConfig(String nodeConfig)
public String getNodeConfig()
public GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode setNodeContent(String nodeContent)
public String getNodeContent()
public GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode setNodeId(Long nodeId)
public Long getNodeId()
public GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode setNodeName(String nodeName)
public String getNodeName()
public GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode setNodeType(Long nodeType)
public Long getNodeType()
public GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphNodesNode setTimeVariables(String timeVariables)
public String getTimeVariables()
Copyright © 2025. All rights reserved.