public static final class DescribePropertyUserDetailResponseBody.PageInfo.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePropertyUserDetailResponseBody.PageInfo |
build() |
DescribePropertyUserDetailResponseBody.PageInfo.Builder |
count(Integer count)
The number of fingerprint information of account assets displayed on the current page.
|
DescribePropertyUserDetailResponseBody.PageInfo.Builder |
currentPage(Integer currentPage)
The page number of the current page during pagination.
|
DescribePropertyUserDetailResponseBody.PageInfo.Builder |
nextToken(String nextToken)
The NextToken value returned using the NextToken method.
|
DescribePropertyUserDetailResponseBody.PageInfo.Builder |
pageSize(Integer pageSize)
The number of account asset fingerprint information items to display per page during pagination.
|
DescribePropertyUserDetailResponseBody.PageInfo.Builder |
totalCount(Integer totalCount)
The total number of account asset fingerprint information items queried.
|
public DescribePropertyUserDetailResponseBody.PageInfo.Builder count(Integer count)
The number of fingerprint information of account assets displayed on the current page.
example:1
public DescribePropertyUserDetailResponseBody.PageInfo.Builder currentPage(Integer currentPage)
The page number of the current page during pagination.
example:1
public DescribePropertyUserDetailResponseBody.PageInfo.Builder nextToken(String nextToken)
The NextToken value returned using the NextToken method.
example:B604532DEF982B875E8360A6EFA3B***
public DescribePropertyUserDetailResponseBody.PageInfo.Builder pageSize(Integer pageSize)
The number of account asset fingerprint information items to display per page during pagination. The default value is 10, indicating that 10 items of account asset fingerprint information are displayed per page.
example:10
public DescribePropertyUserDetailResponseBody.PageInfo.Builder totalCount(Integer totalCount)
The total number of account asset fingerprint information items queried.
example:1
public DescribePropertyUserDetailResponseBody.PageInfo build()
Copyright © 2026. All rights reserved.