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