public static final class SearchCloudGtmInstancesResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SearchCloudGtmInstancesResponseBody |
build() |
SearchCloudGtmInstancesResponseBody.Builder |
instances(SearchCloudGtmInstancesResponseBody.Instances instances)
The instances.
|
SearchCloudGtmInstancesResponseBody.Builder |
pageNumber(Integer pageNumber)
Current page number, starting at 1, default is 1.
|
SearchCloudGtmInstancesResponseBody.Builder |
pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100 and a default of 20.
|
SearchCloudGtmInstancesResponseBody.Builder |
requestId(String requestId)
Unique request identification code.
|
SearchCloudGtmInstancesResponseBody.Builder |
totalItems(Integer totalItems)
Total number of instances found from the search.
|
SearchCloudGtmInstancesResponseBody.Builder |
totalPages(Integer totalPages)
Total number of pages.
|
public SearchCloudGtmInstancesResponseBody.Builder instances(SearchCloudGtmInstancesResponseBody.Instances instances)
The instances.
public SearchCloudGtmInstancesResponseBody.Builder pageNumber(Integer pageNumber)
Current page number, starting at 1, default is 1.
example:1
public SearchCloudGtmInstancesResponseBody.Builder pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100 and a default of 20.
example:20
public SearchCloudGtmInstancesResponseBody.Builder requestId(String requestId)
Unique request identification code.
example:6856BCF6-11D6-4D7E-AC53-FD579933522B
public SearchCloudGtmInstancesResponseBody.Builder totalItems(Integer totalItems)
Total number of instances found from the search.
example:10
public SearchCloudGtmInstancesResponseBody.Builder totalPages(Integer totalPages)
Total number of pages.
example:1
public SearchCloudGtmInstancesResponseBody build()
Copyright © 2026. All rights reserved.