public static class GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
businessTime
The business time of the task flow.
|
Long |
dagId
The task flow ID.
|
String |
endTime
The time when the task flow ended.
|
String |
gmtCreate
The time when the task flow was created.
|
String |
gmtModified
The time when the task flow was last modified.
|
Long |
historyDagId
The ID of the historical task flow.
|
Long |
id
The ID of the instance in the task flow that is executed.
|
String |
lastRunningContext
The context of the previous execution of the task flow.
|
String |
msg
The context of the current execution of the task flow.
|
Long |
status
The status of the task.
|
String |
tenantId
The tenant ID.
|
Long |
triggerType
The mode in which the task flow was triggered.
|
String |
version
The version number.
|
| 构造器和说明 |
|---|
GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances() |
@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:2023-05-14 16:00:57
@NameInMap(value="DagId") public Long dagId
The task flow ID. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to obtain the value of this parameter.
example:37***
@NameInMap(value="EndTime") public String endTime
The time when the task flow ended. The time is displayed in the yyyy-MM-DD HH:mm:ss format.
example:2022-06-04 15:14:00
@NameInMap(value="GmtCreate") public String gmtCreate
The time when the task flow was created.
example:2023-05-14 16:00:57
@NameInMap(value="GmtModified") public String gmtModified
The time when the task flow was last modified.
example:2023-05-14 16:00:57
@NameInMap(value="HistoryDagId") public Long historyDagId
The ID of the historical task flow.
example:32***
@NameInMap(value="Id") public Long id
The ID of the instance in the task flow that is executed.
example:24***
@NameInMap(value="LastRunningContext") public String lastRunningContext
The context of the previous execution of the task flow.
example:{ "nodes": [ 48** ], "edges": {} }
@NameInMap(value="Msg") public String msg
The context of the current execution of the task flow.
example:2023-05-15 16:37:48[GMT+08:00] INFO - Resource Control is active!\n2023-05-15 16:37:48[GMT+08:00] INFO - Starting job j_4834 at Mon May 15 16:37:48 CST 2023
@NameInMap(value="Status") public Long status
The status of the task. Valid values:
4
@NameInMap(value="TenantId") public String tenantId
The tenant ID.
example:5***
@NameInMap(value="TriggerType") public Long triggerType
The mode in which the task flow was triggered. Valid values:
1
@NameInMap(value="Version") public String version
The version number.
example:1
public GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances()
public static GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances build(Map<String,?> map) throws Exception
Exceptionpublic GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances setBusinessTime(String businessTime)
public String getBusinessTime()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances setDagId(Long dagId)
public Long getDagId()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances setEndTime(String endTime)
public String getEndTime()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances setGmtCreate(String gmtCreate)
public String getGmtCreate()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances setGmtModified(String gmtModified)
public String getGmtModified()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances setHistoryDagId(Long historyDagId)
public Long getHistoryDagId()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances setId(Long id)
public Long getId()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances setLastRunningContext(String lastRunningContext)
public String getLastRunningContext()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances setMsg(String msg)
public String getMsg()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances setStatus(Long status)
public Long getStatus()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances setTenantId(String tenantId)
public String getTenantId()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances setTriggerType(Long triggerType)
public Long getTriggerType()
public GetDataArchiveOrderDetailResponseBody.GetDataArchiveOrderDetailResponseBodyDataArchiveOrderDetailPluginExtraDataInstances setVersion(String version)
public String getVersion()
Copyright © 2025. All rights reserved.