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