public static final class DescribeAlertLogHistogramResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeAlertLogHistogramResponseBody.Builder |
alertLogHistogramList(List<DescribeAlertLogHistogramResponseBody.AlertLogHistogramList> alertLogHistogramList)
The end timestamp of queried alert logs in an interval.
|
DescribeAlertLogHistogramResponseBody |
build() |
DescribeAlertLogHistogramResponseBody.Builder |
code(String code)
The ID of the request.
|
DescribeAlertLogHistogramResponseBody.Builder |
message(String message)
Indicates whether the call was successful.
|
DescribeAlertLogHistogramResponseBody.Builder |
requestId(String requestId)
The details about the number of alert logs that were generated during each interval of a time period.
|
DescribeAlertLogHistogramResponseBody.Builder |
success(Boolean success)
The start timestamp of queried alert logs in an interval.
|
public DescribeAlertLogHistogramResponseBody.Builder alertLogHistogramList(List<DescribeAlertLogHistogramResponseBody.AlertLogHistogramList> alertLogHistogramList)
public DescribeAlertLogHistogramResponseBody.Builder code(String code)
public DescribeAlertLogHistogramResponseBody.Builder message(String message)
* true: The call was successful. * false: The call failed.
public DescribeAlertLogHistogramResponseBody.Builder requestId(String requestId)
public DescribeAlertLogHistogramResponseBody.Builder success(Boolean success)
public DescribeAlertLogHistogramResponseBody build()
Copyright © 2023. All rights reserved.