public class GetTaskInstanceRelationResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeList |
static class |
GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeListNode |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned if the request fails.
|
String |
errorMessage
The error message returned if the request fails.
|
GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeList |
nodeList
The information about the nodes in the execution record of the task flow.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request is successful.
|
| 构造器和说明 |
|---|
GetTaskInstanceRelationResponseBody() |
@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="NodeList") public GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeList nodeList
The information about the nodes in the execution record of the task flow.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:028BF827-3801-5869-8548-F4A039256304
@NameInMap(value="Success") public Boolean success
Indicates whether the request is successful. Valid values:
true
public static GetTaskInstanceRelationResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetTaskInstanceRelationResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetTaskInstanceRelationResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetTaskInstanceRelationResponseBody setNodeList(GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeList nodeList)
public GetTaskInstanceRelationResponseBody.GetTaskInstanceRelationResponseBodyNodeList getNodeList()
public GetTaskInstanceRelationResponseBody setRequestId(String requestId)
public String getRequestId()
public GetTaskInstanceRelationResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.