public class UpdateTaskFlowEdgesShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The task flow ID.
|
String |
edgesShrink
The list of updated task flow edges.
|
Long |
tid
The tenant ID.
|
| 构造器和说明 |
|---|
UpdateTaskFlowEdgesShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateTaskFlowEdgesShrinkRequest |
build(Map<String,?> map) |
Long |
getDagId() |
String |
getEdgesShrink() |
Long |
getTid() |
UpdateTaskFlowEdgesShrinkRequest |
setDagId(Long dagId) |
UpdateTaskFlowEdgesShrinkRequest |
setEdgesShrink(String edgesShrink) |
UpdateTaskFlowEdgesShrinkRequest |
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 String edgesShrink
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 UpdateTaskFlowEdgesShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTaskFlowEdgesShrinkRequest setDagId(Long dagId)
public Long getDagId()
public UpdateTaskFlowEdgesShrinkRequest setEdgesShrink(String edgesShrink)
public String getEdgesShrink()
public UpdateTaskFlowEdgesShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.