public static class ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowListTaskFlow
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
creatorId
The ID of the user who creates the task flow.
|
String |
creatorNickName
The name of the user who creates the task flow.
|
String |
dagOwnerNickName
The name of the task flow owner.
|
Long |
deployId
The ID of the latest deployment record.
|
Long |
id
The ID of the task flow.
|
Integer |
latestInstanceStatus
The status of the latest execution.
|
String |
latestInstanceTime
The time when the latest execution record was generated.
|
Integer |
status
The status of the task flow.
|
| 构造器和说明 |
|---|
ListTaskFlowResponseBodyTaskFlowListTaskFlow() |
@NameInMap(value="CreatorId") public String creatorId
The ID of the user who creates the task flow.
example:51****
@NameInMap(value="CreatorNickName") public String creatorNickName
The name of the user who creates the task flow.
example:Creator_NickName
@NameInMap(value="DagOwnerNickName") public String dagOwnerNickName
The name of the task flow owner.
example:Owner_NickName
@NameInMap(value="DeployId") public Long deployId
The ID of the latest deployment record.
example:12**
@NameInMap(value="Id") public Long id
The ID of the task flow.
example:134137****
@NameInMap(value="LatestInstanceStatus") public Integer latestInstanceStatus
The status of the latest execution. Valid values:
0
@NameInMap(value="LatestInstanceTime") public String latestInstanceTime
The time when the latest execution record was generated.
example:2022-04-13
@NameInMap(value="Status") public Integer status
The status of the task flow. Valid values:
2
public ListTaskFlowResponseBodyTaskFlowListTaskFlow()
public static ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowListTaskFlow build(Map<String,?> map) throws Exception
Exceptionpublic ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowListTaskFlow setCreatorId(String creatorId)
public String getCreatorId()
public ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowListTaskFlow setCreatorNickName(String creatorNickName)
public String getCreatorNickName()
public ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowListTaskFlow setDagOwnerNickName(String dagOwnerNickName)
public String getDagOwnerNickName()
public ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowListTaskFlow setDeployId(Long deployId)
public Long getDeployId()
public ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowListTaskFlow setId(Long id)
public Long getId()
public ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowListTaskFlow setLatestInstanceStatus(Integer latestInstanceStatus)
public Integer getLatestInstanceStatus()
public ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowListTaskFlow setLatestInstanceTime(String latestInstanceTime)
public String getLatestInstanceTime()
public ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowListTaskFlow setStatus(Integer status)
public Integer getStatus()
Copyright © 2025. All rights reserved.