public class DescribeAsyncTasksResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks |
| 限定符和类型 | 字段和说明 |
|---|---|
List<DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks> |
asyncTasks
An array that consists of the details of the asynchronous export tasks.
|
String |
requestId
The ID of the request, which is used to locate and troubleshoot issues.
|
Integer |
totalCount
The total number of asynchronous export tasks that are returned.
|
| 构造器和说明 |
|---|
DescribeAsyncTasksResponseBody() |
@NameInMap(value="AsyncTasks") public List<DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks> asyncTasks
An array that consists of the details of the asynchronous export tasks.
@NameInMap(value="RequestId") public String requestId
The ID of the request, which is used to locate and troubleshoot issues.
example:6623EA1F-30FB-5BC8-BEC9-74D55F6F08F1
@NameInMap(value="TotalCount") public Integer totalCount
The total number of asynchronous export tasks that are returned.
example:1
public static DescribeAsyncTasksResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAsyncTasksResponseBody setAsyncTasks(List<DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks> asyncTasks)
public List<DescribeAsyncTasksResponseBody.DescribeAsyncTasksResponseBodyAsyncTasks> getAsyncTasks()
public DescribeAsyncTasksResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeAsyncTasksResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2026. All rights reserved.