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