public static final class DescribeCustomBlockInstancesResponseBody.PageInfo.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCustomBlockInstancesResponseBody.PageInfo |
build() |
DescribeCustomBlockInstancesResponseBody.PageInfo.Builder |
count(Integer count)
The number of entries returned on the current page.
|
DescribeCustomBlockInstancesResponseBody.PageInfo.Builder |
currentPage(Integer currentPage)
The page number.
|
DescribeCustomBlockInstancesResponseBody.PageInfo.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
DescribeCustomBlockInstancesResponseBody.PageInfo.Builder |
totalCount(Integer totalCount)
The total number of servers to which the defense rule is applied.
|
public DescribeCustomBlockInstancesResponseBody.PageInfo.Builder count(Integer count)
The number of entries returned on the current page.
example:10
public DescribeCustomBlockInstancesResponseBody.PageInfo.Builder currentPage(Integer currentPage)
The page number.
example:1
public DescribeCustomBlockInstancesResponseBody.PageInfo.Builder pageSize(Integer pageSize)
The number of entries per page. Default value: 20.
example:20
public DescribeCustomBlockInstancesResponseBody.PageInfo.Builder totalCount(Integer totalCount)
The total number of servers to which the defense rule is applied.
example:83
public DescribeCustomBlockInstancesResponseBody.PageInfo build()
Copyright © 2026. All rights reserved.