public class GetMerchantInfoResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
merchantTenantName |
String |
merchantUserId |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
String |
smid |
String |
source |
| 构造器和说明 |
|---|
GetMerchantInfoResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetMerchantInfoResponse |
build(Map<String,?> map) |
String |
getMerchantTenantName() |
String |
getMerchantUserId() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
String |
getSmid() |
String |
getSource() |
GetMerchantInfoResponse |
setMerchantTenantName(String merchantTenantName) |
GetMerchantInfoResponse |
setMerchantUserId(String merchantUserId) |
GetMerchantInfoResponse |
setReqMsgId(String reqMsgId) |
GetMerchantInfoResponse |
setResultCode(String resultCode) |
GetMerchantInfoResponse |
setResultMsg(String resultMsg) |
GetMerchantInfoResponse |
setSmid(String smid) |
GetMerchantInfoResponse |
setSource(String source) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="source") public String source
@NameInMap(value="merchant_user_id") public String merchantUserId
@NameInMap(value="merchant_tenant_name") public String merchantTenantName
@NameInMap(value="smid") public String smid
public static GetMerchantInfoResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetMerchantInfoResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public GetMerchantInfoResponse setResultCode(String resultCode)
public String getResultCode()
public GetMerchantInfoResponse setResultMsg(String resultMsg)
public String getResultMsg()
public GetMerchantInfoResponse setSource(String source)
public String getSource()
public GetMerchantInfoResponse setMerchantUserId(String merchantUserId)
public String getMerchantUserId()
public GetMerchantInfoResponse setMerchantTenantName(String merchantTenantName)
public String getMerchantTenantName()
public GetMerchantInfoResponse setSmid(String smid)
public String getSmid()
Copyright © 2022. All rights reserved.