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