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