public static final class DescribeRiskCheckSummaryResponseBody.Groups.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeRiskCheckSummaryResponseBody.Groups |
build() |
DescribeRiskCheckSummaryResponseBody.Groups.Builder |
countByStatus(List<DescribeRiskCheckSummaryResponseBody.CountByStatus> countByStatus)
An array that consists of the statistics about check results.
|
DescribeRiskCheckSummaryResponseBody.Groups.Builder |
id(Long id)
The ID of the check item type.
|
DescribeRiskCheckSummaryResponseBody.Groups.Builder |
remainingTime(Integer remainingTime)
The remaining time before the check is complete.
|
DescribeRiskCheckSummaryResponseBody.Groups.Builder |
sort(Integer sort)
The sequence number of the check item type in the All Types drop-down list in the Security Center console.
|
DescribeRiskCheckSummaryResponseBody.Groups.Builder |
status(String status)
The status of the check.
|
DescribeRiskCheckSummaryResponseBody.Groups.Builder |
title(String title)
The name of the check item type.
|
public DescribeRiskCheckSummaryResponseBody.Groups.Builder countByStatus(List<DescribeRiskCheckSummaryResponseBody.CountByStatus> countByStatus)
An array that consists of the statistics about check results.
public DescribeRiskCheckSummaryResponseBody.Groups.Builder id(Long id)
The ID of the check item type.
example:1
public DescribeRiskCheckSummaryResponseBody.Groups.Builder remainingTime(Integer remainingTime)
The remaining time before the check is complete.
example:0
public DescribeRiskCheckSummaryResponseBody.Groups.Builder sort(Integer sort)
The sequence number of the check item type in the All Types drop-down list in the Security Center console.
example:1
public DescribeRiskCheckSummaryResponseBody.Groups.Builder status(String status)
The status of the check. Valid values:
finish
public DescribeRiskCheckSummaryResponseBody.Groups.Builder title(String title)
The name of the check item type.
example:Identity authentication and permissions
public DescribeRiskCheckSummaryResponseBody.Groups build()
Copyright © 2026. All rights reserved.