public class ListTaskFlowsByPageRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<Long> |
dagIdList
Filter condition, task flow ID list.
|
Integer |
pageIndex
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
Long |
scenarioId
Filter condition, application scenario ID.
|
String |
searchKey
The keyword that is used to search for task flow names.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListTaskFlowsByPageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTaskFlowsByPageRequest |
build(Map<String,?> map) |
List<Long> |
getDagIdList() |
Integer |
getPageIndex() |
Integer |
getPageSize() |
Long |
getScenarioId() |
String |
getSearchKey() |
Long |
getTid() |
ListTaskFlowsByPageRequest |
setDagIdList(List<Long> dagIdList) |
ListTaskFlowsByPageRequest |
setPageIndex(Integer pageIndex) |
ListTaskFlowsByPageRequest |
setPageSize(Integer pageSize) |
ListTaskFlowsByPageRequest |
setScenarioId(Long scenarioId) |
ListTaskFlowsByPageRequest |
setSearchKey(String searchKey) |
ListTaskFlowsByPageRequest |
setTid(Long tid) |
@NameInMap(value="DagIdList") public List<Long> dagIdList
Filter condition, task flow ID list.
@NameInMap(value="PageIndex") public Integer pageIndex
The number of the page to return.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page.
example:20
@NameInMap(value="ScenarioId") public Long scenarioId
Filter condition, application scenario ID.
example:12***
@NameInMap(value="SearchKey") public String searchKey
The keyword that is used to search for task flow names.
example:Test node
@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 ListTaskFlowsByPageRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListTaskFlowsByPageRequest setDagIdList(List<Long> dagIdList)
public ListTaskFlowsByPageRequest setPageIndex(Integer pageIndex)
public Integer getPageIndex()
public ListTaskFlowsByPageRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListTaskFlowsByPageRequest setScenarioId(Long scenarioId)
public Long getScenarioId()
public ListTaskFlowsByPageRequest setSearchKey(String searchKey)
public String getSearchKey()
public ListTaskFlowsByPageRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.