public class ListTaskFlowInstanceResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceList |
static class |
ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceListDAGInstance |
| 限定符和类型 | 字段和说明 |
|---|---|
ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceList |
DAGInstanceList
The information about the execution records returned.
|
String |
errorCode
The error code returned if the request fails.
|
String |
errorMessage
The error message returned if the request fails.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request is successful.
|
Integer |
totalCount
The total number of execution records returned.
|
| 构造器和说明 |
|---|
ListTaskFlowInstanceResponseBody() |
@NameInMap(value="DAGInstanceList") public ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceList DAGInstanceList
The information about the execution records returned.
@NameInMap(value="ErrorCode") public String errorCode
The error code returned if the request fails.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request fails.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:8CFF2295-8249-5287-B888-DBD4F0D76CB0
@NameInMap(value="Success") public Boolean success
Indicates whether the request is successful. Valid values:
true
@NameInMap(value="TotalCount") public Integer totalCount
The total number of execution records returned.
example:1
public static ListTaskFlowInstanceResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListTaskFlowInstanceResponseBody setDAGInstanceList(ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceList DAGInstanceList)
public ListTaskFlowInstanceResponseBody.ListTaskFlowInstanceResponseBodyDAGInstanceList getDAGInstanceList()
public ListTaskFlowInstanceResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListTaskFlowInstanceResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListTaskFlowInstanceResponseBody setRequestId(String requestId)
public String getRequestId()
public ListTaskFlowInstanceResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public ListTaskFlowInstanceResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2025. All rights reserved.