public class QueryAlarmResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<Alarm> |
pages |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
Long |
totalCount |
| 构造器和说明 |
|---|
QueryAlarmResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryAlarmResponse |
build(Map<String,?> map) |
List<Alarm> |
getPages() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
Long |
getTotalCount() |
QueryAlarmResponse |
setPages(List<Alarm> pages) |
QueryAlarmResponse |
setReqMsgId(String reqMsgId) |
QueryAlarmResponse |
setResultCode(String resultCode) |
QueryAlarmResponse |
setResultMsg(String resultMsg) |
QueryAlarmResponse |
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
public static QueryAlarmResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryAlarmResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryAlarmResponse setResultCode(String resultCode)
public String getResultCode()
public QueryAlarmResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryAlarmResponse setPages(List<Alarm> pages)
public QueryAlarmResponse setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2022. All rights reserved.