public static final class DescribeRiskCheckSummaryResponseBody.CountByStatus.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeRiskCheckSummaryResponseBody.CountByStatus |
build() |
DescribeRiskCheckSummaryResponseBody.CountByStatus.Builder |
count(Integer count)
The number of detected risk items.
|
DescribeRiskCheckSummaryResponseBody.CountByStatus.Builder |
status(String status)
The status of the check item after the check is finished.
|
public DescribeRiskCheckSummaryResponseBody.CountByStatus.Builder count(Integer count)
public DescribeRiskCheckSummaryResponseBody.CountByStatus.Builder status(String status)
* **pass**: The check item passed the check, which indicates that the check item is normal. * **failed**: The check item failed the check, which indicates that risks are detected based on the check item.
public DescribeRiskCheckSummaryResponseBody.CountByStatus build()
Copyright © 2023. All rights reserved.