public class ListTasksInTaskFlowRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ListTasksInTaskFlowRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTasksInTaskFlowRequest |
build(Map<String,?> map) |
Long |
getDagId() |
Long |
getTid() |
ListTasksInTaskFlowRequest |
setDagId(Long dagId) |
ListTasksInTaskFlowRequest |
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:32***
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see View information about the current tenant.
3***
public static ListTasksInTaskFlowRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListTasksInTaskFlowRequest setDagId(Long dagId)
public Long getDagId()
public ListTasksInTaskFlowRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.