public class ListTaskFlowInstanceRequest
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.
|
String |
startTimeBegin
The beginning of the time range to query the execution records of the task flow.
|
String |
startTimeEnd
The end of the time range to query the execution records of the task flow.
|
Integer |
status
The running status of the task node.
|
Long |
tid
The ID of the tenant.
|
Integer |
triggerType
The mode in which the task flow is triggered.
|
Boolean |
useBizDate
Adjust filter conditions:
true: StartTimeBegin and StartTimeEnd are the time range for filtering services.
|
| 构造器和说明 |
|---|
ListTaskFlowInstanceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTaskFlowInstanceRequest |
build(Map<String,?> map) |
Long |
getDagId() |
Integer |
getPageIndex() |
Integer |
getPageSize() |
String |
getStartTimeBegin() |
String |
getStartTimeEnd() |
Integer |
getStatus() |
Long |
getTid() |
Integer |
getTriggerType() |
Boolean |
getUseBizDate() |
ListTaskFlowInstanceRequest |
setDagId(Long dagId) |
ListTaskFlowInstanceRequest |
setPageIndex(Integer pageIndex) |
ListTaskFlowInstanceRequest |
setPageSize(Integer pageSize) |
ListTaskFlowInstanceRequest |
setStartTimeBegin(String startTimeBegin) |
ListTaskFlowInstanceRequest |
setStartTimeEnd(String startTimeEnd) |
ListTaskFlowInstanceRequest |
setStatus(Integer status) |
ListTaskFlowInstanceRequest |
setTid(Long tid) |
ListTaskFlowInstanceRequest |
setTriggerType(Integer triggerType) |
ListTaskFlowInstanceRequest |
setUseBizDate(Boolean useBizDate) |
@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="StartTimeBegin") public String startTimeBegin
The beginning of the time range to query the execution records of the task flow. Specify the time in the yyyy-MM-DD format.
example:2022-01-07
@NameInMap(value="StartTimeEnd") public String startTimeEnd
The end of the time range to query the execution records of the task flow. Specify the time in the yyyy-MM-DD format.
example:2022-04-08
@NameInMap(value="Status") public Integer status
The running status of the task node. Valid values:
0: Waiting for scheduling
1: Running
2: Suspend
3: Failed to run
4: Run successfully
5: Completed
3
@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***
@NameInMap(value="TriggerType") public Integer triggerType
The mode in which the task flow is triggered. Valid values:
1
@NameInMap(value="UseBizDate") public Boolean useBizDate
Adjust filter conditions:
true: StartTimeBegin and StartTimeEnd are the time range for filtering services.
false: StartTimeBegin and StartTimeEnd are the time range for the task to run.
true
public static ListTaskFlowInstanceRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListTaskFlowInstanceRequest setDagId(Long dagId)
public Long getDagId()
public ListTaskFlowInstanceRequest setPageIndex(Integer pageIndex)
public Integer getPageIndex()
public ListTaskFlowInstanceRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListTaskFlowInstanceRequest setStartTimeBegin(String startTimeBegin)
public String getStartTimeBegin()
public ListTaskFlowInstanceRequest setStartTimeEnd(String startTimeEnd)
public String getStartTimeEnd()
public ListTaskFlowInstanceRequest setStatus(Integer status)
public Integer getStatus()
public ListTaskFlowInstanceRequest setTid(Long tid)
public Long getTid()
public ListTaskFlowInstanceRequest setTriggerType(Integer triggerType)
public Integer getTriggerType()
public ListTaskFlowInstanceRequest setUseBizDate(Boolean useBizDate)
public Boolean getUseBizDate()
Copyright © 2025. All rights reserved.