public static final class GetCheckConfigResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetCheckConfigResponseBody |
build() |
GetCheckConfigResponseBody.Builder |
cycleDays(List<Integer> cycleDays)
An array that consists of days in a week on which an automatic check is performed.
|
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 |
standards(List<GetCheckConfigResponseBody.Standards> standards)
An array that consists of the information about the check items.
|
GetCheckConfigResponseBody.Builder |
startTime(Integer startTime)
The start time of the check.
|
public GetCheckConfigResponseBody.Builder cycleDays(List<Integer> cycleDays)
public GetCheckConfigResponseBody.Builder endTime(Integer endTime)
* **00:00 to 06:00:** The StartTime parameter is set to 0 and the EndTime parameter is set to 6. * **06:00 to 12:00**: The StartTime parameter is set to 6 and the EndTime parameter is set to 12. * **12:00 to 18:00**: The StartTime parameter is set to 12 and the EndTime parameter is set to 18. * **18:00 to 24:00:** The StartTime parameter is set to 18 and the EndTime parameter is set to 24.
public GetCheckConfigResponseBody.Builder requestId(String requestId)
public GetCheckConfigResponseBody.Builder standards(List<GetCheckConfigResponseBody.Standards> standards)
public GetCheckConfigResponseBody.Builder startTime(Integer startTime)
public GetCheckConfigResponseBody build()
Copyright © 2023. All rights reserved.