public class DescribeAlertLogHistogramResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeAlertLogHistogramResponseBody.DescribeAlertLogHistogramResponseBodyAlertLogHistogramList |
| 限定符和类型 | 字段和说明 |
|---|---|
List<DescribeAlertLogHistogramResponseBody.DescribeAlertLogHistogramResponseBodyAlertLogHistogramList> |
alertLogHistogramList
The number of alert logs that were generated during each interval of a time period.
|
String |
code
The response code.
|
String |
message
The error message.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
DescribeAlertLogHistogramResponseBody() |
@NameInMap(value="AlertLogHistogramList") public List<DescribeAlertLogHistogramResponseBody.DescribeAlertLogHistogramResponseBodyAlertLogHistogramList> alertLogHistogramList
The number of alert logs that were generated during each interval of a time period.
@NameInMap(value="Code") public String code
The response code.
> The status code 200 indicates that the request was successful.
@NameInMap(value="Message") public String message
The error message.
@NameInMap(value="RequestId") public String requestId
The request ID.
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
* true
* false
public static DescribeAlertLogHistogramResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAlertLogHistogramResponseBody setAlertLogHistogramList(List<DescribeAlertLogHistogramResponseBody.DescribeAlertLogHistogramResponseBodyAlertLogHistogramList> alertLogHistogramList)
public List<DescribeAlertLogHistogramResponseBody.DescribeAlertLogHistogramResponseBodyAlertLogHistogramList> getAlertLogHistogramList()
public DescribeAlertLogHistogramResponseBody setCode(String code)
public String getCode()
public DescribeAlertLogHistogramResponseBody setMessage(String message)
public String getMessage()
public DescribeAlertLogHistogramResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeAlertLogHistogramResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.