public static class QueryTagListPageResponseBody.QueryTagListPageResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
pageNo
The page number.
|
Long |
pageSize
The number of entries per page.
|
List<QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords> |
records
The retruned data.
|
Long |
totalCount
The total number of returned entries.
|
Long |
totalPage
The total number of returned pages.
|
| 构造器和说明 |
|---|
QueryTagListPageResponseBodyData() |
@NameInMap(value="PageNo") public Long pageNo
The page number.
example:11
@NameInMap(value="PageSize") public Long pageSize
The number of entries per page.
example:24
@NameInMap(value="Records") public List<QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords> records
The retruned data.
@NameInMap(value="TotalCount") public Long totalCount
The total number of returned entries.
example:32
@NameInMap(value="TotalPage") public Long totalPage
The total number of returned pages.
example:91
public static QueryTagListPageResponseBody.QueryTagListPageResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic QueryTagListPageResponseBody.QueryTagListPageResponseBodyData setPageNo(Long pageNo)
public Long getPageNo()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyData setPageSize(Long pageSize)
public Long getPageSize()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyData setRecords(List<QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords> records)
public List<QueryTagListPageResponseBody.QueryTagListPageResponseBodyDataRecords> getRecords()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyData setTotalCount(Long totalCount)
public Long getTotalCount()
public QueryTagListPageResponseBody.QueryTagListPageResponseBodyData setTotalPage(Long totalPage)
public Long getTotalPage()
Copyright © 2026. All rights reserved.