public class ListDAGVersionsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
Integer |
pageIndex
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListDAGVersionsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDAGVersionsRequest |
build(Map<String,?> map) |
Long |
getDagId() |
Integer |
getPageIndex() |
Integer |
getPageSize() |
Long |
getTid() |
ListDAGVersionsRequest |
setDagId(Long dagId) |
ListDAGVersionsRequest |
setPageIndex(Integer pageIndex) |
ListDAGVersionsRequest |
setPageSize(Integer pageSize) |
ListDAGVersionsRequest |
setTid(Long tid) |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to obtain the ID of the task flow.
This parameter is required.
example:7***
@NameInMap(value="PageIndex") public Integer pageIndex
The number of the page to return.
This parameter is required.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page.
This parameter is required.
example:20
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID.
example:3***
public static ListDAGVersionsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDAGVersionsRequest setDagId(Long dagId)
public Long getDagId()
public ListDAGVersionsRequest setPageIndex(Integer pageIndex)
public Integer getPageIndex()
public ListDAGVersionsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListDAGVersionsRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.