public static final class GetCheckRiskStatisticsResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCheckRiskStatisticsResponseBody.Data |
build() |
GetCheckRiskStatisticsResponseBody.Data.Builder |
highWarningCount(Integer highWarningCount)
The number of high-risk items.
|
GetCheckRiskStatisticsResponseBody.Data.Builder |
lowWarningCount(Integer lowWarningCount)
The number of low-risk items.
|
GetCheckRiskStatisticsResponseBody.Data.Builder |
mediumWarningCount(Integer mediumWarningCount)
The number of medium-risk items.
|
GetCheckRiskStatisticsResponseBody.Data.Builder |
passCount(Integer passCount)
The number of passed check items.
|
GetCheckRiskStatisticsResponseBody.Data.Builder |
sceneName(String sceneName)
The name of the risk scenario.
|
GetCheckRiskStatisticsResponseBody.Data.Builder |
subStatistics(List<GetCheckRiskStatisticsResponseBody.SubStatistics> subStatistics)
The statistics on check items that are used in the risk scenario by baseline type.
|
GetCheckRiskStatisticsResponseBody.Data.Builder |
totalCount(Integer totalCount)
The total number of check items.
|
public GetCheckRiskStatisticsResponseBody.Data.Builder highWarningCount(Integer highWarningCount)
The number of high-risk items.
example:43
public GetCheckRiskStatisticsResponseBody.Data.Builder lowWarningCount(Integer lowWarningCount)
The number of low-risk items.
example:3
public GetCheckRiskStatisticsResponseBody.Data.Builder mediumWarningCount(Integer mediumWarningCount)
The number of medium-risk items.
example:29
public GetCheckRiskStatisticsResponseBody.Data.Builder passCount(Integer passCount)
The number of passed check items.
example:143
public GetCheckRiskStatisticsResponseBody.Data.Builder sceneName(String sceneName)
The name of the risk scenario.
example:SECURITY
public GetCheckRiskStatisticsResponseBody.Data.Builder subStatistics(List<GetCheckRiskStatisticsResponseBody.SubStatistics> subStatistics)
The statistics on check items that are used in the risk scenario by baseline type.
public GetCheckRiskStatisticsResponseBody.Data.Builder totalCount(Integer totalCount)
The total number of check items.
example:219
public GetCheckRiskStatisticsResponseBody.Data build()
Copyright © 2026. All rights reserved.