public static final class DescribeAlertLogHistogramResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAlertLogHistogramResponseBody.Builder |
alertLogHistogramList(List<DescribeAlertLogHistogramResponseBody.AlertLogHistogramList> alertLogHistogramList)
The number of alert logs that were generated during each interval of a time period.
|
DescribeAlertLogHistogramResponseBody |
build() |
DescribeAlertLogHistogramResponseBody.Builder |
code(String code)
The response code.
|
DescribeAlertLogHistogramResponseBody.Builder |
message(String message)
The error message.
|
DescribeAlertLogHistogramResponseBody.Builder |
requestId(String requestId)
The request ID.
|
DescribeAlertLogHistogramResponseBody.Builder |
success(Boolean success)
Indicates whether the request was successful.
|
public DescribeAlertLogHistogramResponseBody.Builder alertLogHistogramList(List<DescribeAlertLogHistogramResponseBody.AlertLogHistogramList> alertLogHistogramList)
The number of alert logs that were generated during each interval of a time period.
public DescribeAlertLogHistogramResponseBody.Builder code(String code)
The response code.
example:The status code 200 indicates that the request was successful.
200
public DescribeAlertLogHistogramResponseBody.Builder message(String message)
The error message.
example:The specified resource is not found.
public DescribeAlertLogHistogramResponseBody.Builder requestId(String requestId)
The request ID.
example:1C4A3709-BF52-42EE-87B5-7435F0929585
public DescribeAlertLogHistogramResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values:
true
public DescribeAlertLogHistogramResponseBody build()
Copyright © 2026. All rights reserved.