public class ListTaskFlowResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowList |
static class |
ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowListTaskFlow |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code.
|
String |
errorMessage
The error message.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowList |
taskFlowList
The information about the task flows returned.
|
| 构造器和说明 |
|---|
ListTaskFlowResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTaskFlowResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowList |
getTaskFlowList() |
ListTaskFlowResponseBody |
setErrorCode(String errorCode) |
ListTaskFlowResponseBody |
setErrorMessage(String errorMessage) |
ListTaskFlowResponseBody |
setRequestId(String requestId) |
ListTaskFlowResponseBody |
setSuccess(Boolean success) |
ListTaskFlowResponseBody |
setTaskFlowList(ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowList taskFlowList) |
@NameInMap(value="ErrorCode") public String errorCode
The error code.
example:403
@NameInMap(value="ErrorMessage") public String errorMessage
The error message.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:4116147E-C628-5816-8779-8EEAF8E973F4
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
@NameInMap(value="TaskFlowList") public ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowList taskFlowList
The information about the task flows returned.
public static ListTaskFlowResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListTaskFlowResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListTaskFlowResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListTaskFlowResponseBody setRequestId(String requestId)
public String getRequestId()
public ListTaskFlowResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public ListTaskFlowResponseBody setTaskFlowList(ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowList taskFlowList)
public ListTaskFlowResponseBody.ListTaskFlowResponseBodyTaskFlowList getTaskFlowList()
Copyright © 2025. All rights reserved.