public static final class GetCheckSummaryResponseBody.StandardStatistic.Builder extends Object
public GetCheckSummaryResponseBody.StandardStatistic.Builder notCheckCount(Integer notCheckCount)
The number of unchecked check items.
example:3
public GetCheckSummaryResponseBody.StandardStatistic.Builder notCheckHighCount(Integer notCheckHighCount)
The number of unchecked high-risk check items.
example:1
public GetCheckSummaryResponseBody.StandardStatistic.Builder notCheckLowCount(Integer notCheckLowCount)
The number of unchecked low-risk check items.
example:1
public GetCheckSummaryResponseBody.StandardStatistic.Builder notCheckMediumCount(Integer notCheckMediumCount)
The number of unchecked medium-risk check items.
example:1
public GetCheckSummaryResponseBody.StandardStatistic.Builder notPassCount(Integer notPassCount)
The number of check items that failed to pass the check.
example:3
public GetCheckSummaryResponseBody.StandardStatistic.Builder notPassHighCount(Integer notPassHighCount)
The number of high-risk check items that failed to pass the check.
example:1
public GetCheckSummaryResponseBody.StandardStatistic.Builder notPassLowCount(Integer notPassLowCount)
The number of low-risk check items that failed to pass the check.
example:1
public GetCheckSummaryResponseBody.StandardStatistic.Builder notPassMediumCount(Integer notPassMediumCount)
The number of medium-risk check items that failed to pass the check.
example:1
public GetCheckSummaryResponseBody.StandardStatistic.Builder passCount(Integer passCount)
The number of check items that pass the check.
example:3
public GetCheckSummaryResponseBody.StandardStatistic.Builder passHighCount(Integer passHighCount)
The number of high-risk check items that pass the check.
example:1
public GetCheckSummaryResponseBody.StandardStatistic.Builder passLowCount(Integer passLowCount)
The number of low-risk check items that pass the check.
example:1
public GetCheckSummaryResponseBody.StandardStatistic.Builder passMediumCount(Integer passMediumCount)
The number of medium-risk check items that pass the check.
example:1
public GetCheckSummaryResponseBody.StandardStatistic build()
Copyright © 2026. All rights reserved.