public class QueryAlarmHistoryResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<AlarmHistory> |
alarmHistorys |
Long |
currentPage |
Long |
pageSize |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
Long |
totalCount |
| 构造器和说明 |
|---|
QueryAlarmHistoryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryAlarmHistoryResponse |
build(Map<String,?> map) |
List<AlarmHistory> |
getAlarmHistorys() |
Long |
getCurrentPage() |
Long |
getPageSize() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Long |
getTotalCount() |
QueryAlarmHistoryResponse |
setAlarmHistorys(List<AlarmHistory> alarmHistorys) |
QueryAlarmHistoryResponse |
setCurrentPage(Long currentPage) |
QueryAlarmHistoryResponse |
setPageSize(Long pageSize) |
QueryAlarmHistoryResponse |
setReqMsgId(String reqMsgId) |
QueryAlarmHistoryResponse |
setResultCode(String resultCode) |
QueryAlarmHistoryResponse |
setResultMsg(String resultMsg) |
QueryAlarmHistoryResponse |
setTotalCount(Long totalCount) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="alarm_historys") public List<AlarmHistory> alarmHistorys
@NameInMap(value="total_count") public Long totalCount
@NameInMap(value="current_page") public Long currentPage
@NameInMap(value="page_size") public Long pageSize
public static QueryAlarmHistoryResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryAlarmHistoryResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryAlarmHistoryResponse setResultCode(String resultCode)
public String getResultCode()
public QueryAlarmHistoryResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryAlarmHistoryResponse setAlarmHistorys(List<AlarmHistory> alarmHistorys)
public List<AlarmHistory> getAlarmHistorys()
public QueryAlarmHistoryResponse setTotalCount(Long totalCount)
public Long getTotalCount()
public QueryAlarmHistoryResponse setCurrentPage(Long currentPage)
public Long getCurrentPage()
public QueryAlarmHistoryResponse setPageSize(Long pageSize)
public Long getPageSize()
Copyright © 2022. All rights reserved.