public class DescribeAlertLogCountResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCount |
static class |
DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCountLogs |
| 限定符和类型 | 字段和说明 |
|---|---|
List<DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCount> |
alertLogCount
The statistics of alert logs.
|
String |
code
The HTTP status code.
|
String |
message
The error message.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
DescribeAlertLogCountResponseBody() |
@NameInMap(value="AlertLogCount") public List<DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCount> alertLogCount
The statistics of alert logs.
@NameInMap(value="Code") public String code
The HTTP status 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 DescribeAlertLogCountResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAlertLogCountResponseBody setAlertLogCount(List<DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCount> alertLogCount)
public List<DescribeAlertLogCountResponseBody.DescribeAlertLogCountResponseBodyAlertLogCount> getAlertLogCount()
public DescribeAlertLogCountResponseBody setCode(String code)
public String getCode()
public DescribeAlertLogCountResponseBody setMessage(String message)
public String getMessage()
public DescribeAlertLogCountResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeAlertLogCountResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.