public class QueryRmsAlarmhistorytypeResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<AlarmTypeStatsVOKeySet> |
data |
String |
errorCode |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
String |
rid |
Boolean |
success |
| 构造器和说明 |
|---|
QueryRmsAlarmhistorytypeResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryRmsAlarmhistorytypeResponse |
build(Map<String,?> map) |
List<AlarmTypeStatsVOKeySet> |
getData() |
String |
getErrorCode() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
String |
getRid() |
Boolean |
getSuccess() |
QueryRmsAlarmhistorytypeResponse |
setData(List<AlarmTypeStatsVOKeySet> data) |
QueryRmsAlarmhistorytypeResponse |
setErrorCode(String errorCode) |
QueryRmsAlarmhistorytypeResponse |
setReqMsgId(String reqMsgId) |
QueryRmsAlarmhistorytypeResponse |
setResultCode(String resultCode) |
QueryRmsAlarmhistorytypeResponse |
setResultMsg(String resultMsg) |
QueryRmsAlarmhistorytypeResponse |
setRid(String rid) |
QueryRmsAlarmhistorytypeResponse |
setSuccess(Boolean success) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="data") public List<AlarmTypeStatsVOKeySet> data
@NameInMap(value="error_code") public String errorCode
@NameInMap(value="rid") public String rid
@NameInMap(value="success") public Boolean success
public static QueryRmsAlarmhistorytypeResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryRmsAlarmhistorytypeResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryRmsAlarmhistorytypeResponse setResultCode(String resultCode)
public String getResultCode()
public QueryRmsAlarmhistorytypeResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryRmsAlarmhistorytypeResponse setData(List<AlarmTypeStatsVOKeySet> data)
public List<AlarmTypeStatsVOKeySet> getData()
public QueryRmsAlarmhistorytypeResponse setErrorCode(String errorCode)
public String getErrorCode()
public QueryRmsAlarmhistorytypeResponse setRid(String rid)
public String getRid()
public QueryRmsAlarmhistorytypeResponse setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2022. All rights reserved.