public static class AddTaskFlowEdgesRequest.AddTaskFlowEdgesRequestEdges
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
nodeEnd
The ID of the node where the end node of the edge is located.
|
Long |
nodeFrom
The ID of the node where the start node of the edge is located.
|
| 构造器和说明 |
|---|
AddTaskFlowEdgesRequestEdges() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddTaskFlowEdgesRequest.AddTaskFlowEdgesRequestEdges |
build(Map<String,?> map) |
Long |
getNodeEnd() |
Long |
getNodeFrom() |
AddTaskFlowEdgesRequest.AddTaskFlowEdgesRequestEdges |
setNodeEnd(Long nodeEnd) |
AddTaskFlowEdgesRequest.AddTaskFlowEdgesRequestEdges |
setNodeFrom(Long nodeFrom) |
@NameInMap(value="NodeEnd") public Long nodeEnd
The ID of the node where the end node of the edge is located.
This parameter is required.
example:44***
@NameInMap(value="NodeFrom") public Long nodeFrom
The ID of the node where the start node of the edge is located.
This parameter is required.
example:44***
public static AddTaskFlowEdgesRequest.AddTaskFlowEdgesRequestEdges build(Map<String,?> map) throws Exception
Exceptionpublic AddTaskFlowEdgesRequest.AddTaskFlowEdgesRequestEdges setNodeEnd(Long nodeEnd)
public Long getNodeEnd()
public AddTaskFlowEdgesRequest.AddTaskFlowEdgesRequestEdges setNodeFrom(Long nodeFrom)
public Long getNodeFrom()
Copyright © 2025. All rights reserved.