public class QueryAlarmhistoryAlarmtrendsResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
AlarmHistoryStatsVO |
data |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| 构造器和说明 |
|---|
QueryAlarmhistoryAlarmtrendsResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryAlarmhistoryAlarmtrendsResponse |
build(Map<String,?> map) |
AlarmHistoryStatsVO |
getData() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryAlarmhistoryAlarmtrendsResponse |
setData(AlarmHistoryStatsVO data) |
QueryAlarmhistoryAlarmtrendsResponse |
setReqMsgId(String reqMsgId) |
QueryAlarmhistoryAlarmtrendsResponse |
setResultCode(String resultCode) |
QueryAlarmhistoryAlarmtrendsResponse |
setResultMsg(String resultMsg) |
@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 AlarmHistoryStatsVO data
public static QueryAlarmhistoryAlarmtrendsResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryAlarmhistoryAlarmtrendsResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryAlarmhistoryAlarmtrendsResponse setResultCode(String resultCode)
public String getResultCode()
public QueryAlarmhistoryAlarmtrendsResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryAlarmhistoryAlarmtrendsResponse setData(AlarmHistoryStatsVO data)
public AlarmHistoryStatsVO getData()
Copyright © 2022. All rights reserved.