public static class GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
Long |
id
The ID of the task flow edge.
|
Long |
nodeEnd
The ID of the end node on the edge.
|
Long |
nodeFrom
The ID of the start node on the edge.
|
| 构造器和说明 |
|---|
GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge() |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow.
example:15***
@NameInMap(value="Id") public Long id
The ID of the task flow edge.
example:24***
@NameInMap(value="NodeEnd") public Long nodeEnd
The ID of the end node on the edge.
example:44***
@NameInMap(value="NodeFrom") public Long nodeFrom
The ID of the start node on the edge.
example:44***
public GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge()
public static GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge build(Map<String,?> map) throws Exception
Exceptionpublic GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge setDagId(Long dagId)
public Long getDagId()
public GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge setId(Long id)
public Long getId()
public GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge setNodeEnd(Long nodeEnd)
public Long getNodeEnd()
public GetTaskFlowGraphResponseBody.GetTaskFlowGraphResponseBodyTaskFlowGraphEdgesEdge setNodeFrom(Long nodeFrom)
public Long getNodeFrom()
Copyright © 2025. All rights reserved.