public class QueryUnifiedalarmEventdetailResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<UnifiedAlarmHistoryVO> |
alarmHistoryList |
Long |
currentPage |
Long |
pageSize |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
Long |
totalCount |
| 构造器和说明 |
|---|
QueryUnifiedalarmEventdetailResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryUnifiedalarmEventdetailResponse |
build(Map<String,?> map) |
List<UnifiedAlarmHistoryVO> |
getAlarmHistoryList() |
Long |
getCurrentPage() |
Long |
getPageSize() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Long |
getTotalCount() |
QueryUnifiedalarmEventdetailResponse |
setAlarmHistoryList(List<UnifiedAlarmHistoryVO> alarmHistoryList) |
QueryUnifiedalarmEventdetailResponse |
setCurrentPage(Long currentPage) |
QueryUnifiedalarmEventdetailResponse |
setPageSize(Long pageSize) |
QueryUnifiedalarmEventdetailResponse |
setReqMsgId(String reqMsgId) |
QueryUnifiedalarmEventdetailResponse |
setResultCode(String resultCode) |
QueryUnifiedalarmEventdetailResponse |
setResultMsg(String resultMsg) |
QueryUnifiedalarmEventdetailResponse |
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="current_page") public Long currentPage
@NameInMap(value="total_count") public Long totalCount
@NameInMap(value="page_size") public Long pageSize
@NameInMap(value="alarm_history_list") public List<UnifiedAlarmHistoryVO> alarmHistoryList
public static QueryUnifiedalarmEventdetailResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryUnifiedalarmEventdetailResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryUnifiedalarmEventdetailResponse setResultCode(String resultCode)
public String getResultCode()
public QueryUnifiedalarmEventdetailResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryUnifiedalarmEventdetailResponse setCurrentPage(Long currentPage)
public Long getCurrentPage()
public QueryUnifiedalarmEventdetailResponse setTotalCount(Long totalCount)
public Long getTotalCount()
public QueryUnifiedalarmEventdetailResponse setPageSize(Long pageSize)
public Long getPageSize()
public QueryUnifiedalarmEventdetailResponse setAlarmHistoryList(List<UnifiedAlarmHistoryVO> alarmHistoryList)
public List<UnifiedAlarmHistoryVO> getAlarmHistoryList()
Copyright © 2022. All rights reserved.