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