public class UpdateTaskFlowEdgesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpdateTaskFlowEdgesRequest.UpdateTaskFlowEdgesRequestEdges |
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The task flow ID.
|
List<UpdateTaskFlowEdgesRequest.UpdateTaskFlowEdgesRequestEdges> |
edges
The list of updated task flow edges.
|
Long |
tid
The tenant ID.
|
| 构造器和说明 |
|---|
UpdateTaskFlowEdgesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateTaskFlowEdgesRequest |
build(Map<String,?> map) |
Long |
getDagId() |
List<UpdateTaskFlowEdgesRequest.UpdateTaskFlowEdgesRequestEdges> |
getEdges() |
Long |
getTid() |
UpdateTaskFlowEdgesRequest |
setDagId(Long dagId) |
UpdateTaskFlowEdgesRequest |
setEdges(List<UpdateTaskFlowEdgesRequest.UpdateTaskFlowEdgesRequestEdges> edges) |
UpdateTaskFlowEdgesRequest |
setTid(Long tid) |
@NameInMap(value="DagId") public Long dagId
The task flow ID. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID.
This parameter is required.
example:15***
@NameInMap(value="Edges") public List<UpdateTaskFlowEdgesRequest.UpdateTaskFlowEdgesRequestEdges> edges
The list of updated task flow edges.
This parameter is required.
@NameInMap(value="Tid") public Long tid
The tenant ID.
example:To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants.
3***
public static UpdateTaskFlowEdgesRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTaskFlowEdgesRequest setDagId(Long dagId)
public Long getDagId()
public UpdateTaskFlowEdgesRequest setEdges(List<UpdateTaskFlowEdgesRequest.UpdateTaskFlowEdgesRequestEdges> edges)
public List<UpdateTaskFlowEdgesRequest.UpdateTaskFlowEdgesRequestEdges> getEdges()
public UpdateTaskFlowEdgesRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.