public static class ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
creatorId
The ID of the user who created the task flow.
|
String |
creatorNickName
The username of the user who created the task flow.
|
String |
cronBeginDate
The start time of scheduled scheduling.
|
String |
cronEndDate
The end time of scheduled scheduling.
|
String |
cronStr
Scheduled Cron.
|
Boolean |
cronSwitch
Whether to enable scheduled scheduling.
|
Integer |
cronType
Scheduling cycle type.
|
String |
dagName
The name of the task flow.
|
String |
dagOwnerId
The user ID of the task flow owner.
|
String |
dagOwnerNickName
The username of the owner of the task flow.
|
Long |
deployId
The ID of the last deployment record of the task flow.
|
String |
description
The description of the task flow.
|
Long |
id
The ID of the task flow.
|
Integer |
latestInstanceStatus
The status of the last execution of the task flow.
|
String |
latestInstanceTime
The time when the last execution record was created.
|
String |
scenarioId
The ID of the application scenario.
|
String |
scheduleParam
Event scheduling configuration, JSON string format.
|
Integer |
status
The status of the task flow.
|
String |
timeZoneId
Time zone setting.
|
Integer |
triggerType
The trigger type.
|
| 构造器和说明 |
|---|
ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow() |
@NameInMap(value="CreatorId") public String creatorId
The ID of the user who created the task flow.
example:51****
@NameInMap(value="CreatorNickName") public String creatorNickName
The username of the user who created the task flow.
example:Creator_NickName
@NameInMap(value="CronBeginDate") public String cronBeginDate
The start time of scheduled scheduling. The task flow is not scheduled before this point in time.
example:1970-01-01
@NameInMap(value="CronEndDate") public String cronEndDate
The end time of scheduled scheduling. The task flow is not scheduled after this point in time.
example:2023-01-01
@NameInMap(value="CronStr") public String cronStr
Scheduled Cron.
example:0 0 1 * * ? *
@NameInMap(value="CronSwitch") public Boolean cronSwitch
Whether to enable scheduled scheduling.
example:false
@NameInMap(value="CronType") public Integer cronType
Scheduling cycle type. Valid values:
2
@NameInMap(value="DagName") public String dagName
The name of the task flow.
example:poc_task_test
@NameInMap(value="DagOwnerId") public String dagOwnerId
The user ID of the task flow owner.
example:12***89
@NameInMap(value="DagOwnerNickName") public String dagOwnerNickName
The username of the owner of the task flow.
example:Owner_NickName
@NameInMap(value="DeployId") public Long deployId
The ID of the last deployment record of the task flow.
example:65***
@NameInMap(value="Description") public String description
The description of the task flow.
example:test
@NameInMap(value="Id") public Long id
The ID of the task flow.
example:7***
@NameInMap(value="LatestInstanceStatus") public Integer latestInstanceStatus
The status of the last execution of the task flow. Valid values:
0
@NameInMap(value="LatestInstanceTime") public String latestInstanceTime
The time when the last execution record was created.
example:2022-04-13
@NameInMap(value="ScenarioId") public String scenarioId
The ID of the application scenario.
example:1245
@NameInMap(value="ScheduleParam") public String scheduleParam
Event scheduling configuration, JSON string format.
example:{\"triggerType\":\"1\",\"specificTime\":\"2022-11-15 11:59\"}
@NameInMap(value="Status") public Integer status
The status of the task flow. Valid values:
1
@NameInMap(value="TimeZoneId") public String timeZoneId
Time zone setting. Default value: East 8(Asia/Shanghai).
example:Asia/Shanghai
@NameInMap(value="TriggerType") public Integer triggerType
The trigger type. Valid values:
0
public ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow()
public static ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow build(Map<String,?> map) throws Exception
Exceptionpublic ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setCreatorId(String creatorId)
public String getCreatorId()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setCreatorNickName(String creatorNickName)
public String getCreatorNickName()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setCronBeginDate(String cronBeginDate)
public String getCronBeginDate()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setCronEndDate(String cronEndDate)
public String getCronEndDate()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setCronStr(String cronStr)
public String getCronStr()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setCronSwitch(Boolean cronSwitch)
public Boolean getCronSwitch()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setCronType(Integer cronType)
public Integer getCronType()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setDagName(String dagName)
public String getDagName()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setDagOwnerId(String dagOwnerId)
public String getDagOwnerId()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setDagOwnerNickName(String dagOwnerNickName)
public String getDagOwnerNickName()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setDeployId(Long deployId)
public Long getDeployId()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setDescription(String description)
public String getDescription()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setId(Long id)
public Long getId()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setLatestInstanceStatus(Integer latestInstanceStatus)
public Integer getLatestInstanceStatus()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setLatestInstanceTime(String latestInstanceTime)
public String getLatestInstanceTime()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setScenarioId(String scenarioId)
public String getScenarioId()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setScheduleParam(String scheduleParam)
public String getScheduleParam()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setStatus(Integer status)
public Integer getStatus()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setTimeZoneId(String timeZoneId)
public String getTimeZoneId()
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow setTriggerType(Integer triggerType)
public Integer getTriggerType()
Copyright © 2025. All rights reserved.