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