public static class ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
businessTime
The business time of the task flow.
|
String |
dagId
The ID of the task flow.
|
String |
dagName
The name of the task flow.
|
String |
dagVersion
The version of the task flow.
|
String |
endTime
The time when the execution of the task flow was complete.
|
Long |
historyDagId
The ID of the previously published version of the task flow.
|
Long |
id
The ID of the execution record.
|
String |
message
The description of the task.
|
String |
ownerName
The name of the task flow owner.
|
String |
startTime
The time when the execution of the task flow was start.
|
Integer |
status
The status of the task flow.
|
Integer |
triggerType
The mode in which the task flow is triggered.
|
| 构造器和说明 |
|---|
ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance() |
@NameInMap(value="BusinessTime") public String businessTime
The business time of the task flow. The time is displayed in the yyyy-MM-DD HH:mm:ss format.
example:2021-11-10 14:37:26
@NameInMap(value="DagId") public String dagId
The ID of the task flow.
example:7***
@NameInMap(value="DagName") public String dagName
The name of the task flow.
example:Spark_SQL_test
@NameInMap(value="DagVersion") public String dagVersion
The version of the task flow.
example:[]
@NameInMap(value="EndTime") public String endTime
The time when the execution of the task flow was complete. The time is displayed in the yyyy-MM-DD HH:mm:ss format.
example:2021-11-11 14:38:57
@NameInMap(value="HistoryDagId") public Long historyDagId
The ID of the previously published version of the task flow.
example:2****
@NameInMap(value="Id") public Long id
The ID of the execution record.
example:9234
@NameInMap(value="Message") public String message
The description of the task.
example:test
@NameInMap(value="OwnerName") public String ownerName
The name of the task flow owner.
example:test_name
@NameInMap(value="Status") public Integer status
The status of the task flow. Valid values:
4
@NameInMap(value="TriggerType") public Integer triggerType
The mode in which the task flow is triggered. Valid values:
1
@NameInMap(value="startTime") public String startTime
The time when the execution of the task flow was start. The time is displayed in the yyyy-MM-DD HH:mm:ss format.
example:2021-11-11 14:35:57
public ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance()
public static ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance build(Map<String,?> map) throws Exception
Exceptionpublic ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance setBusinessTime(String businessTime)
public String getBusinessTime()
public ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance setDagId(String dagId)
public String getDagId()
public ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance setDagName(String dagName)
public String getDagName()
public ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance setDagVersion(String dagVersion)
public String getDagVersion()
public ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance setEndTime(String endTime)
public String getEndTime()
public ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance setHistoryDagId(Long historyDagId)
public Long getHistoryDagId()
public ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance setId(Long id)
public Long getId()
public ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance setMessage(String message)
public String getMessage()
public ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance setOwnerName(String ownerName)
public String getOwnerName()
public ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance setStatus(Integer status)
public Integer getStatus()
public ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance setTriggerType(Integer triggerType)
public Integer getTriggerType()
public ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance setStartTime(String startTime)
public String getStartTime()
Copyright © 2025. All rights reserved.