public static final class GetCheckSummaryResponseBody.Standards.Builder extends Object
public GetCheckSummaryResponseBody.Standards.Builder failCount(Integer failCount)
The number of check items that failed to pass the check.
example:1
public GetCheckSummaryResponseBody.Standards.Builder id(Long id)
The ID of the check item.
example:1
public GetCheckSummaryResponseBody.Standards.Builder passCount(Integer passCount)
The number of check items that pass the check.
example:1
public GetCheckSummaryResponseBody.Standards.Builder riskLevelHighCount(Integer riskLevelHighCount)
The number of high-risk items.
example:1
public GetCheckSummaryResponseBody.Standards.Builder riskLevelLowCount(Integer riskLevelLowCount)
The number of low-risk items.
example:1
public GetCheckSummaryResponseBody.Standards.Builder riskLevelMediumCount(Integer riskLevelMediumCount)
The number of medium-risk items.
example:1
public GetCheckSummaryResponseBody.Standards.Builder showName(String showName)
The name of the check item.
example:Identity and permission management
public GetCheckSummaryResponseBody.Standards.Builder standardStatistic(GetCheckSummaryResponseBody.StandardStatistic standardStatistic)
The standard statistics of the check items.
public GetCheckSummaryResponseBody.Standards build()
Copyright © 2026. All rights reserved.