public static final class GetClusterCheckSummaryResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetClusterCheckSummaryResponseBody.Data |
build() |
GetClusterCheckSummaryResponseBody.Data.Builder |
notPassCount(Integer notPassCount)
Total number of items that failed the check.
|
GetClusterCheckSummaryResponseBody.Data.Builder |
notPassHighCount(Integer notPassHighCount)
Number of high-risk inspection items that have not passed.
|
GetClusterCheckSummaryResponseBody.Data.Builder |
notPassLowCount(Integer notPassLowCount)
Number of low-risk inspection items that have not passed.
|
GetClusterCheckSummaryResponseBody.Data.Builder |
notPassMediumCount(Integer notPassMediumCount)
Number of medium-risk failed inspection items.
|
public GetClusterCheckSummaryResponseBody.Data.Builder notPassCount(Integer notPassCount)
Total number of items that failed the check.
example:6
public GetClusterCheckSummaryResponseBody.Data.Builder notPassHighCount(Integer notPassHighCount)
Number of high-risk inspection items that have not passed.
example:1
public GetClusterCheckSummaryResponseBody.Data.Builder notPassLowCount(Integer notPassLowCount)
Number of low-risk inspection items that have not passed.
example:3
public GetClusterCheckSummaryResponseBody.Data.Builder notPassMediumCount(Integer notPassMediumCount)
Number of medium-risk failed inspection items.
example:2
public GetClusterCheckSummaryResponseBody.Data build()
Copyright © 2026. All rights reserved.