public class ListTaskFlowEdgesByConditionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
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.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListTaskFlowEdgesByConditionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTaskFlowEdgesByConditionRequest |
build(Map<String,?> map) |
Long |
getDagId() |
Long |
getId() |
Long |
getNodeEnd() |
Long |
getNodeFrom() |
Long |
getTid() |
ListTaskFlowEdgesByConditionRequest |
setDagId(Long dagId) |
ListTaskFlowEdgesByConditionRequest |
setId(Long id) |
ListTaskFlowEdgesByConditionRequest |
setNodeEnd(Long nodeEnd) |
ListTaskFlowEdgesByConditionRequest |
setNodeFrom(Long nodeFrom) |
ListTaskFlowEdgesByConditionRequest |
setTid(Long tid) |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID.
This parameter is required.
example:15***
@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***
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
3***
public static ListTaskFlowEdgesByConditionRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListTaskFlowEdgesByConditionRequest setDagId(Long dagId)
public Long getDagId()
public ListTaskFlowEdgesByConditionRequest setId(Long id)
public Long getId()
public ListTaskFlowEdgesByConditionRequest setNodeEnd(Long nodeEnd)
public Long getNodeEnd()
public ListTaskFlowEdgesByConditionRequest setNodeFrom(Long nodeFrom)
public Long getNodeFrom()
public ListTaskFlowEdgesByConditionRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.