public class ListTaskFlowsByPageShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dagIdListShrink
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.
|
| 构造器和说明 |
|---|
ListTaskFlowsByPageShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTaskFlowsByPageShrinkRequest |
build(Map<String,?> map) |
String |
getDagIdListShrink() |
Integer |
getPageIndex() |
Integer |
getPageSize() |
Long |
getScenarioId() |
String |
getSearchKey() |
Long |
getTid() |
ListTaskFlowsByPageShrinkRequest |
setDagIdListShrink(String dagIdListShrink) |
ListTaskFlowsByPageShrinkRequest |
setPageIndex(Integer pageIndex) |
ListTaskFlowsByPageShrinkRequest |
setPageSize(Integer pageSize) |
ListTaskFlowsByPageShrinkRequest |
setScenarioId(Long scenarioId) |
ListTaskFlowsByPageShrinkRequest |
setSearchKey(String searchKey) |
ListTaskFlowsByPageShrinkRequest |
setTid(Long tid) |
@NameInMap(value="DagIdList") public String dagIdListShrink
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 ListTaskFlowsByPageShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListTaskFlowsByPageShrinkRequest setDagIdListShrink(String dagIdListShrink)
public String getDagIdListShrink()
public ListTaskFlowsByPageShrinkRequest setPageIndex(Integer pageIndex)
public Integer getPageIndex()
public ListTaskFlowsByPageShrinkRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListTaskFlowsByPageShrinkRequest setScenarioId(Long scenarioId)
public Long getScenarioId()
public ListTaskFlowsByPageShrinkRequest setSearchKey(String searchKey)
public String getSearchKey()
public ListTaskFlowsByPageShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.