public class DescribeAlarmHistoryResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeAlarmHistoryResponse.AlarmHistory |
| Constructor and Description |
|---|
DescribeAlarmHistoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<DescribeAlarmHistoryResponse.AlarmHistory> |
getAlarmHistoryList() |
String |
getCode() |
DescribeAlarmHistoryResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
String |
getTotal() |
void |
setAlarmHistoryList(List<DescribeAlarmHistoryResponse.AlarmHistory> alarmHistoryList) |
void |
setCode(String code) |
void |
setMessage(String message) |
void |
setRequestId(String requestId) |
void |
setSuccess(Boolean success) |
void |
setTotal(String total) |
public Boolean getSuccess()
public void setSuccess(Boolean success)
public String getCode()
public void setCode(String code)
public String getMessage()
public void setMessage(String message)
public String getTotal()
public void setTotal(String total)
public String getRequestId()
public void setRequestId(String requestId)
public List<DescribeAlarmHistoryResponse.AlarmHistory> getAlarmHistoryList()
public void setAlarmHistoryList(List<DescribeAlarmHistoryResponse.AlarmHistory> alarmHistoryList)
public DescribeAlarmHistoryResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.