public class SignMerchantAgreementResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
SignMerchantAgreementResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SignMerchantAgreementResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
String |
getSignStr() |
SignMerchantAgreementResponse |
setReqMsgId(String reqMsgId) |
SignMerchantAgreementResponse |
setResultCode(String resultCode) |
SignMerchantAgreementResponse |
setResultMsg(String resultMsg) |
SignMerchantAgreementResponse |
setSignStr(String signStr) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="sign_str") public String signStr
public static SignMerchantAgreementResponse build(Map<String,?> map) throws Exception
Exceptionpublic SignMerchantAgreementResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public SignMerchantAgreementResponse setResultCode(String resultCode)
public String getResultCode()
public SignMerchantAgreementResponse setResultMsg(String resultMsg)
public String getResultMsg()
public SignMerchantAgreementResponse setSignStr(String signStr)
public String getSignStr()
Copyright © 2021. All rights reserved.