public static final class GetCheckRiskStatisticsResponseBody.SubStatistics.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCheckRiskStatisticsResponseBody.SubStatistics.Builder |
alias(String alias)
The name of the baseline type.
|
GetCheckRiskStatisticsResponseBody.SubStatistics |
build() |
GetCheckRiskStatisticsResponseBody.SubStatistics.Builder |
highWarningCount(Integer highWarningCount)
The number of high-risk items.
|
GetCheckRiskStatisticsResponseBody.SubStatistics.Builder |
lowWarningCount(Integer lowWarningCount)
The number of low-risk items.
|
GetCheckRiskStatisticsResponseBody.SubStatistics.Builder |
mediumWarningCount(Integer mediumWarningCount)
The number of medium-risk items.
|
GetCheckRiskStatisticsResponseBody.SubStatistics.Builder |
passCount(Integer passCount)
The number of passed check items.
|
GetCheckRiskStatisticsResponseBody.SubStatistics.Builder |
totalCount(Integer totalCount)
The total number of check items.
|
GetCheckRiskStatisticsResponseBody.SubStatistics.Builder |
typeName(String typeName)
The baseline type.
|
public GetCheckRiskStatisticsResponseBody.SubStatistics.Builder alias(String alias)
The name of the baseline type.
example:weak_password
public GetCheckRiskStatisticsResponseBody.SubStatistics.Builder highWarningCount(Integer highWarningCount)
The number of high-risk items.
example:3
public GetCheckRiskStatisticsResponseBody.SubStatistics.Builder lowWarningCount(Integer lowWarningCount)
The number of low-risk items.
example:0
public GetCheckRiskStatisticsResponseBody.SubStatistics.Builder mediumWarningCount(Integer mediumWarningCount)
The number of medium-risk items.
example:0
public GetCheckRiskStatisticsResponseBody.SubStatistics.Builder passCount(Integer passCount)
The number of passed check items.
example:2
public GetCheckRiskStatisticsResponseBody.SubStatistics.Builder totalCount(Integer totalCount)
The total number of check items.
example:5
public GetCheckRiskStatisticsResponseBody.SubStatistics.Builder typeName(String typeName)
The baseline type.
example:weak_password
public GetCheckRiskStatisticsResponseBody.SubStatistics build()
Copyright © 2026. All rights reserved.