public static class GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeListNode
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
businessTime
The business time of the node.
|
String |
endTime
The time when the execution of the task flow was complete.
|
Long |
executeTime
The amount of time consumed for running the node.
|
Long |
id
The ID of the execution record of the task flow.
|
String |
message
The description of the task.
|
Long |
nodeId
The ID of the node.
|
String |
nodeName
The name of the node.
|
Integer |
nodeType
The type of the node.
|
Integer |
status
The status of the node.
|
| 构造器和说明 |
|---|
GetTaskInstanceRelationResponseBodyNodeListNode() |
@NameInMap(value="BusinessTime") public String businessTime
The business time of the node.
example:2021-11-09 14:37:26
@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="ExecuteTime") public Long executeTime
The amount of time consumed for running the node. Unit: milliseconds.
example:170655
@NameInMap(value="Id") public Long id
The ID of the execution record of the task flow.
example:14059
@NameInMap(value="Message") public String message
The description of the task.
example:test
@NameInMap(value="NodeId") public Long nodeId
The ID of the node.
example:14059
@NameInMap(value="NodeName") public String nodeName
The name of the node.
example:Spark SQL-1
@NameInMap(value="NodeType") public Integer nodeType
The type of the node. For more information about the valid values for this parameter, see NodeType parameter.
example:36
@NameInMap(value="Status") public Integer status
The status of the node. Valid values:
4
public GetTaskInstanceRelationResponseBodyNodeListNode()
public static GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeListNode build(Map<String,?> map) throws Exception
Exceptionpublic GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeListNode setBusinessTime(String businessTime)
public String getBusinessTime()
public GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeListNode setEndTime(String endTime)
public String getEndTime()
public GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeListNode setExecuteTime(Long executeTime)
public Long getExecuteTime()
public GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeListNode setId(Long id)
public Long getId()
public GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeListNode setMessage(String message)
public String getMessage()
public GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeListNode setNodeId(Long nodeId)
public Long getNodeId()
public GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeListNode setNodeName(String nodeName)
public String getNodeName()
public GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeListNode setNodeType(Integer nodeType)
public Integer getNodeType()
public GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeListNode setStatus(Integer status)
public Integer getStatus()
Copyright © 2025. All rights reserved.