public static final class GetCheckConfigResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCheckConfigResponseBody |
build() |
GetCheckConfigResponseBody.Builder |
cycleDays(List<Integer> cycleDays)
The days in a week on which an automatic check is performed.
|
GetCheckConfigResponseBody.Builder |
enableAddCheck(Boolean enableAddCheck)
Indicates whether the check for new check items in the selected requirement item is enabled by default.
|
GetCheckConfigResponseBody.Builder |
enableAutoCheck(Boolean enableAutoCheck)
Indicates whether the automatic check is enabled.
|
GetCheckConfigResponseBody.Builder |
endTime(Integer endTime)
The end time of the check.
|
GetCheckConfigResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
GetCheckConfigResponseBody.Builder |
selectedChecks(List<GetCheckConfigResponseBody.SelectedChecks> selectedChecks)
The check items selected in the policy.
|
GetCheckConfigResponseBody.Builder |
standards(List<GetCheckConfigResponseBody.Standards> standards)
The information about the check items.
|
GetCheckConfigResponseBody.Builder |
startTime(Integer startTime)
The start time of the check.
|
public GetCheckConfigResponseBody.Builder cycleDays(List<Integer> cycleDays)
The days in a week on which an automatic check is performed.
public GetCheckConfigResponseBody.Builder enableAddCheck(Boolean enableAddCheck)
Indicates whether the check for new check items in the selected requirement item is enabled by default. Valid values:
false
public GetCheckConfigResponseBody.Builder enableAutoCheck(Boolean enableAutoCheck)
Indicates whether the automatic check is enabled. Valid values:
true
public GetCheckConfigResponseBody.Builder endTime(Integer endTime)
The end time of the check. The value indicates a point in time. The time period that is specified by the start time and end time must be one of the following time periods:
6
public GetCheckConfigResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:5A3D5C8F-2A42-5477-BDD8-27E64B5F1739
public GetCheckConfigResponseBody.Builder selectedChecks(List<GetCheckConfigResponseBody.SelectedChecks> selectedChecks)
The check items selected in the policy.
public GetCheckConfigResponseBody.Builder standards(List<GetCheckConfigResponseBody.Standards> standards)
The information about the check items.
public GetCheckConfigResponseBody.Builder startTime(Integer startTime)
The start time of the check. The value indicates a point in time.
example:0
public GetCheckConfigResponseBody build()
Copyright © 2026. All rights reserved.