public class ListTaskFlowsByPageResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowList |
static class |
ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowListTaskFlow |
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowList |
taskFlowList
The details of the returned task flows.
|
Integer |
totalCount
The total number of entries returned.
|
| 构造器和说明 |
|---|
ListTaskFlowsByPageResponseBody() |
@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.
example:6CB28697-BFE2-5739-9228-3971990E982C
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
@NameInMap(value="TaskFlowList") public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowList taskFlowList
The details of the returned task flows.
@NameInMap(value="TotalCount") public Integer totalCount
The total number of entries returned.
example:24
public static ListTaskFlowsByPageResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListTaskFlowsByPageResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListTaskFlowsByPageResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListTaskFlowsByPageResponseBody setRequestId(String requestId)
public String getRequestId()
public ListTaskFlowsByPageResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public ListTaskFlowsByPageResponseBody setTaskFlowList(ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowList taskFlowList)
public ListTaskFlowsByPageResponseBody.ListTaskFlowsByPageResponseBodyTaskFlowList getTaskFlowList()
public ListTaskFlowsByPageResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2025. All rights reserved.