public class ListTasksInTaskFlowResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasks |
static class |
ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasksTask |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned if the request failed.
|
String |
errorMessage
The error message returned if the request failed.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasks |
tasks
The tasks in the task flow.
|
| 构造器和说明 |
|---|
ListTasksInTaskFlowResponseBody() |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned if the request failed.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request. You can use the ID to locate logs and troubleshoot issues.
example:8B36B063-6B7D-5595-9FCF-3844B7B7ACD4
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
@NameInMap(value="Tasks") public ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasks tasks
The tasks in the task flow.
public static ListTasksInTaskFlowResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListTasksInTaskFlowResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListTasksInTaskFlowResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListTasksInTaskFlowResponseBody setRequestId(String requestId)
public String getRequestId()
public ListTasksInTaskFlowResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public ListTasksInTaskFlowResponseBody setTasks(ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasks tasks)
public ListTasksInTaskFlowResponseBody.ListTasksInTaskFlowResponseBodyTasks getTasks()
Copyright © 2025. All rights reserved.