public static final class ListTargetByBatchResponseBody.PageInfo.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListTargetByBatchResponseBody.PageInfo |
build() |
ListTargetByBatchResponseBody.PageInfo.Builder |
currentPage(Integer currentPage)
The page number of the current page in a paginated query.
|
ListTargetByBatchResponseBody.PageInfo.Builder |
pageSize(Integer pageSize)
The maximum number of items to return per page in a paginated query.
|
ListTargetByBatchResponseBody.PageInfo.Builder |
totalCount(Integer totalCount)
The total number of items found in the query.
|
public ListTargetByBatchResponseBody.PageInfo.Builder currentPage(Integer currentPage)
The page number of the current page in a paginated query.
example:1
public ListTargetByBatchResponseBody.PageInfo.Builder pageSize(Integer pageSize)
The maximum number of items to return per page in a paginated query.
example:20
public ListTargetByBatchResponseBody.PageInfo.Builder totalCount(Integer totalCount)
The total number of items found in the query.
example:30
public ListTargetByBatchResponseBody.PageInfo build()
Copyright © 2026. All rights reserved.