public static class ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
canEdit
Indicates whether the task flow can be modified.
|
String |
creatorId
The ID of the user who creates the task flow.
|
String |
creatorNickName
The name of the user who creates the workspace.
|
String |
dagName
The name of the task flow.
|
String |
dagOwnerId
The user ID of the task flow owner.
|
String |
dagOwnerNickName
The name of the task flow owner.
|
Long |
dataFlowId
The extended field.
|
String |
demoId
The extended field.
|
Long |
deployId
The ID of the latest deployment record.
|
Long |
id
The ID of the task flow.
|
Boolean |
isDeleted
Indicates whether the task flow is deleted.
|
Integer |
latestInstanceStatus
The status of the latest execution.
|
Integer |
latestInstanceTime
The time when the latest execution record was generated.
|
Long |
scenarioId
The ID of the business scenario.
|
Long |
spaceId
The ID of the workspace.
|
Integer |
status
The status of the task flow.
|
| 构造器和说明 |
|---|
ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag() |
@NameInMap(value="CanEdit") public Boolean canEdit
Indicates whether the task flow can be modified. Valid values:
true
@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 workspace.
example:Creator_Name
@NameInMap(value="DagName") public String dagName
The name of the task flow.
example:Dag_Name
@NameInMap(value="DagOwnerId") public String dagOwnerId
The user ID of the task flow owner.
example:51****
@NameInMap(value="DagOwnerNickName") public String dagOwnerNickName
The name of the task flow owner.
example:Owner_Name
@NameInMap(value="DataFlowId") public Long dataFlowId
The extended field. No meaning is specified for this field.
example:@NameInMap(value="DemoId") public String demoId
The extended field. No meaning is specified for this field.
example:@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="IsDeleted") public Boolean isDeleted
Indicates whether the task flow is deleted. Valid values:
false
@NameInMap(value="LatestInstanceStatus") public Integer latestInstanceStatus
The status of the latest execution. Valid values:
0
@NameInMap(value="LatestInstanceTime") public Integer latestInstanceTime
The time when the latest execution record was generated.
example:2022-04-14
@NameInMap(value="ScenarioId") public Long scenarioId
The ID of the business scenario.
example:2**
@NameInMap(value="SpaceId") public Long spaceId
The ID of the workspace.
example:1
@NameInMap(value="Status") public Integer status
The status of the task flow. Valid values:
2
public ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag()
public static ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag build(Map<String,?> map) throws Exception
Exceptionpublic ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setCanEdit(Boolean canEdit)
public Boolean getCanEdit()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setCreatorId(String creatorId)
public String getCreatorId()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setCreatorNickName(String creatorNickName)
public String getCreatorNickName()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setDagName(String dagName)
public String getDagName()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setDagOwnerId(String dagOwnerId)
public String getDagOwnerId()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setDagOwnerNickName(String dagOwnerNickName)
public String getDagOwnerNickName()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setDataFlowId(Long dataFlowId)
public Long getDataFlowId()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setDemoId(String demoId)
public String getDemoId()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setDeployId(Long deployId)
public Long getDeployId()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setId(Long id)
public Long getId()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setIsDeleted(Boolean isDeleted)
public Boolean getIsDeleted()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setLatestInstanceStatus(Integer latestInstanceStatus)
public Integer getLatestInstanceStatus()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setLatestInstanceTime(Integer latestInstanceTime)
public Integer getLatestInstanceTime()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setScenarioId(Long scenarioId)
public Long getScenarioId()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setSpaceId(Long spaceId)
public Long getSpaceId()
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGListDag setStatus(Integer status)
public Integer getStatus()
Copyright © 2025. All rights reserved.