public class QueryUnifiedalarmNotifyhistoryResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryUnifiedalarmNotifyhistoryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryUnifiedalarmNotifyhistoryResponse |
build(Map<String,?> map) |
List<UnifiedAlarmNotifyHistoryVO> |
getAlarmNotifyHistories() |
List<UnifiedAlarmSubDTO> |
getAlarmNotifySubs() |
Long |
getCurrentPage() |
Long |
getPageSize() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Long |
getTotalCount() |
QueryUnifiedalarmNotifyhistoryResponse |
setAlarmNotifyHistories(List<UnifiedAlarmNotifyHistoryVO> alarmNotifyHistories) |
QueryUnifiedalarmNotifyhistoryResponse |
setAlarmNotifySubs(List<UnifiedAlarmSubDTO> alarmNotifySubs) |
QueryUnifiedalarmNotifyhistoryResponse |
setCurrentPage(Long currentPage) |
QueryUnifiedalarmNotifyhistoryResponse |
setPageSize(Long pageSize) |
QueryUnifiedalarmNotifyhistoryResponse |
setReqMsgId(String reqMsgId) |
QueryUnifiedalarmNotifyhistoryResponse |
setResultCode(String resultCode) |
QueryUnifiedalarmNotifyhistoryResponse |
setResultMsg(String resultMsg) |
QueryUnifiedalarmNotifyhistoryResponse |
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="total_count") public Long totalCount
@NameInMap(value="current_page") public Long currentPage
@NameInMap(value="page_size") public Long pageSize
@NameInMap(value="alarm_notify_histories") public List<UnifiedAlarmNotifyHistoryVO> alarmNotifyHistories
@NameInMap(value="alarm_notify_subs") public List<UnifiedAlarmSubDTO> alarmNotifySubs
public static QueryUnifiedalarmNotifyhistoryResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryUnifiedalarmNotifyhistoryResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryUnifiedalarmNotifyhistoryResponse setResultCode(String resultCode)
public String getResultCode()
public QueryUnifiedalarmNotifyhistoryResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryUnifiedalarmNotifyhistoryResponse setTotalCount(Long totalCount)
public Long getTotalCount()
public QueryUnifiedalarmNotifyhistoryResponse setCurrentPage(Long currentPage)
public Long getCurrentPage()
public QueryUnifiedalarmNotifyhistoryResponse setPageSize(Long pageSize)
public Long getPageSize()
public QueryUnifiedalarmNotifyhistoryResponse setAlarmNotifyHistories(List<UnifiedAlarmNotifyHistoryVO> alarmNotifyHistories)
public List<UnifiedAlarmNotifyHistoryVO> getAlarmNotifyHistories()
public QueryUnifiedalarmNotifyhistoryResponse setAlarmNotifySubs(List<UnifiedAlarmSubDTO> alarmNotifySubs)
public List<UnifiedAlarmSubDTO> getAlarmNotifySubs()
Copyright © 2022. All rights reserved.