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