public class DescribeAlertHistoryListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
DescribeAlertHistoryListResponseBody.DescribeAlertHistoryListResponseBodyAlarmHistoryList |
alarmHistoryList
The details of historical alerts.
|
String |
code
The status code.
|
String |
message
The error message.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
String |
total
The total number of entries returned.
|
| 构造器和说明 |
|---|
DescribeAlertHistoryListResponseBody() |
@NameInMap(value="AlarmHistoryList") public DescribeAlertHistoryListResponseBody.DescribeAlertHistoryListResponseBodyAlarmHistoryList alarmHistoryList
The details of historical alerts.
@NameInMap(value="Code") public String code
The 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
@NameInMap(value="Total") public String total
The total number of entries returned.
public static DescribeAlertHistoryListResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAlertHistoryListResponseBody setAlarmHistoryList(DescribeAlertHistoryListResponseBody.DescribeAlertHistoryListResponseBodyAlarmHistoryList alarmHistoryList)
public DescribeAlertHistoryListResponseBody.DescribeAlertHistoryListResponseBodyAlarmHistoryList getAlarmHistoryList()
public DescribeAlertHistoryListResponseBody setCode(String code)
public String getCode()
public DescribeAlertHistoryListResponseBody setMessage(String message)
public String getMessage()
public DescribeAlertHistoryListResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeAlertHistoryListResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public DescribeAlertHistoryListResponseBody setTotal(String total)
public String getTotal()
Copyright © 2024. All rights reserved.