public class WechatReverseResponse extends WechatResponse
| 构造器和说明 |
|---|
WechatReverseResponse()
Instantiates a new Wechat reverse response.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId()
Gets app id.
|
String |
getMchId()
Gets mch id.
|
String |
getNonceStr()
Gets nonce str.
|
String |
getReCall()
Gets re call.
|
String |
getSign()
Gets sign.
|
String |
getSubAppId()
Gets sub app id.
|
String |
getSubMchId()
Gets sub mch id.
|
void |
setAppId(String appId)
Sets app id.
|
void |
setMchId(String mchId)
Sets mch id.
|
void |
setNonceStr(String nonceStr)
Sets nonce str.
|
void |
setReCall(String reCall)
Sets re call.
|
void |
setSign(String sign)
Sets sign.
|
void |
setSubAppId(String subAppId)
Sets sub app id.
|
void |
setSubMchId(String subMchId)
Sets sub mch id.
|
String |
toString() |
getErrCode, getErrCodeDes, getMessage, getResultCode, getReturnCode, getReturnMsg, isSuccess, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsgpublic WechatReverseResponse()
public String getAppId()
public void setAppId(String appId)
appId - the app idpublic String getMchId()
public void setMchId(String mchId)
mchId - the mch idpublic String getSubAppId()
public void setSubAppId(String subAppId)
subAppId - the sub app idpublic String getSubMchId()
public void setSubMchId(String subMchId)
subMchId - the sub mch idpublic String getNonceStr()
public void setNonceStr(String nonceStr)
nonceStr - the nonce strpublic String getSign()
public void setSign(String sign)
sign - the signpublic String getReCall()
public void setReCall(String reCall)
reCall - the re callCopyright © 2018. All rights reserved.