public class GetAlarmTestResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<AlarmTest> |
alarmContext |
String |
reqMsgId |
String |
result |
String |
resultCode |
String |
resultMsg |
| 构造器和说明 |
|---|
GetAlarmTestResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAlarmTestResponse |
build(Map<String,?> map) |
List<AlarmTest> |
getAlarmContext() |
String |
getReqMsgId() |
String |
getResult() |
String |
getResultCode() |
String |
getResultMsg() |
GetAlarmTestResponse |
setAlarmContext(List<AlarmTest> alarmContext) |
GetAlarmTestResponse |
setReqMsgId(String reqMsgId) |
GetAlarmTestResponse |
setResult(String result) |
GetAlarmTestResponse |
setResultCode(String resultCode) |
GetAlarmTestResponse |
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="result") public String result
public static GetAlarmTestResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetAlarmTestResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public GetAlarmTestResponse setResultCode(String resultCode)
public String getResultCode()
public GetAlarmTestResponse setResultMsg(String resultMsg)
public String getResultMsg()
public GetAlarmTestResponse setResult(String result)
public String getResult()
public GetAlarmTestResponse setAlarmContext(List<AlarmTest> alarmContext)
Copyright © 2022. All rights reserved.