public static final class ListClusterCheckResultResponseBody.PageInfo.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListClusterCheckResultResponseBody.PageInfo |
build() |
ListClusterCheckResultResponseBody.PageInfo.Builder |
count(Integer count)
The number of data entries displayed on the current page during pagination.
|
ListClusterCheckResultResponseBody.PageInfo.Builder |
currentPage(Integer currentPage)
Page number in the pagination query.
|
ListClusterCheckResultResponseBody.PageInfo.Builder |
pageSize(Integer pageSize)
Number of items per page in the pagination query.
|
ListClusterCheckResultResponseBody.PageInfo.Builder |
totalCount(Integer totalCount)
The total number of data entries.
|
public ListClusterCheckResultResponseBody.PageInfo.Builder count(Integer count)
The number of data entries displayed on the current page during pagination.
example:20
public ListClusterCheckResultResponseBody.PageInfo.Builder currentPage(Integer currentPage)
Page number in the pagination query.
example:1
public ListClusterCheckResultResponseBody.PageInfo.Builder pageSize(Integer pageSize)
Number of items per page in the pagination query. The default value is 20, indicating that 20 items are displayed per page.
example:20
public ListClusterCheckResultResponseBody.PageInfo.Builder totalCount(Integer totalCount)
The total number of data entries.
example:83
public ListClusterCheckResultResponseBody.PageInfo build()
Copyright © 2026. All rights reserved.