public class QueryRtopCompanyAlarmResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<RtopCompanyAlarm> |
companyAlarms |
String |
reqMsgId |
String |
responseCode |
String |
resultCode |
String |
resultMsg |
Boolean |
success |
Long |
totalNum |
| Constructor and Description |
|---|
QueryRtopCompanyAlarmResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryRtopCompanyAlarmResponse |
build(Map<String,?> map) |
List<RtopCompanyAlarm> |
getCompanyAlarms() |
String |
getReqMsgId() |
String |
getResponseCode() |
String |
getResultCode() |
String |
getResultMsg() |
Boolean |
getSuccess() |
Long |
getTotalNum() |
QueryRtopCompanyAlarmResponse |
setCompanyAlarms(List<RtopCompanyAlarm> companyAlarms) |
QueryRtopCompanyAlarmResponse |
setReqMsgId(String reqMsgId) |
QueryRtopCompanyAlarmResponse |
setResponseCode(String responseCode) |
QueryRtopCompanyAlarmResponse |
setResultCode(String resultCode) |
QueryRtopCompanyAlarmResponse |
setResultMsg(String resultMsg) |
QueryRtopCompanyAlarmResponse |
setSuccess(Boolean success) |
QueryRtopCompanyAlarmResponse |
setTotalNum(Long totalNum) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="company_alarms") public List<RtopCompanyAlarm> companyAlarms
@NameInMap(value="response_code") public String responseCode
@NameInMap(value="success") public Boolean success
@NameInMap(value="total_num") public Long totalNum
public static QueryRtopCompanyAlarmResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryRtopCompanyAlarmResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryRtopCompanyAlarmResponse setResultCode(String resultCode)
public String getResultCode()
public QueryRtopCompanyAlarmResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryRtopCompanyAlarmResponse setCompanyAlarms(List<RtopCompanyAlarm> companyAlarms)
public List<RtopCompanyAlarm> getCompanyAlarms()
public QueryRtopCompanyAlarmResponse setResponseCode(String responseCode)
public String getResponseCode()
public QueryRtopCompanyAlarmResponse setSuccess(Boolean success)
public Boolean getSuccess()
public QueryRtopCompanyAlarmResponse setTotalNum(Long totalNum)
public Long getTotalNum()
Copyright © 2025. All rights reserved.