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