public static final class DescribeCheckWarningSummaryResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCheckWarningSummaryResponseBody |
build() |
DescribeCheckWarningSummaryResponseBody.Builder |
count(Integer count)
The number of check items returned on the current page.
|
DescribeCheckWarningSummaryResponseBody.Builder |
currentPage(Integer currentPage)
The page number of the current page.
|
DescribeCheckWarningSummaryResponseBody.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeCheckWarningSummaryResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
DescribeCheckWarningSummaryResponseBody.Builder |
totalCount(Integer totalCount)
The total number of check items.
|
DescribeCheckWarningSummaryResponseBody.Builder |
warningSummarys(List<DescribeCheckWarningSummaryResponseBody.WarningSummarys> warningSummarys)
The statistics of check items.
|
public DescribeCheckWarningSummaryResponseBody.Builder count(Integer count)
The number of check items returned on the current page.
example:10
public DescribeCheckWarningSummaryResponseBody.Builder currentPage(Integer currentPage)
The page number of the current page.
example:1
public DescribeCheckWarningSummaryResponseBody.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
example:10
public DescribeCheckWarningSummaryResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:00BD7CE2-284A-4534-BD09-FB69836DD750
public DescribeCheckWarningSummaryResponseBody.Builder totalCount(Integer totalCount)
The total number of check items.
example:100
public DescribeCheckWarningSummaryResponseBody.Builder warningSummarys(List<DescribeCheckWarningSummaryResponseBody.WarningSummarys> warningSummarys)
The statistics of check items.
public DescribeCheckWarningSummaryResponseBody build()
Copyright © 2026. All rights reserved.