public static class UpdateTaskFlowRelationsRequest.UpdateTaskFlowRelationsRequestEdges
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
UpdateTaskFlowRelationsRequestEdges() |
@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 static UpdateTaskFlowRelationsRequest.UpdateTaskFlowRelationsRequestEdges build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTaskFlowRelationsRequest.UpdateTaskFlowRelationsRequestEdges setId(Long id)
public Long getId()
public UpdateTaskFlowRelationsRequest.UpdateTaskFlowRelationsRequestEdges setNodeEnd(Long nodeEnd)
public Long getNodeEnd()
public UpdateTaskFlowRelationsRequest.UpdateTaskFlowRelationsRequestEdges setNodeFrom(Long nodeFrom)
public Long getNodeFrom()
Copyright © 2025. All rights reserved.