public class WechatPayResponse extends WechatResponse
| 构造器和说明 |
|---|
WechatPayResponse()
Instantiates a new Wechat pay response.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId()
Gets app id.
|
String |
getAttach()
Gets attach.
|
String |
getBankType()
Gets bank type.
|
String |
getCashFee()
Gets cash fee.
|
String |
getCashFeeType()
Gets cash fee type.
|
String |
getCouponFee()
Gets coupon fee.
|
String |
getDeviceInfo()
Gets device info.
|
String |
getFeeType()
Gets fee type.
|
String |
getIsSubscribe()
Gets is subscribe.
|
String |
getMchId()
Gets mch id.
|
String |
getNonceStr()
Gets nonce str.
|
String |
getOpenId()
Gets open id.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getSettlementTotalFee()
Gets settlement total fee.
|
String |
getSign()
Gets sign.
|
String |
getSubAppId()
Gets sub app id.
|
String |
getSubIsSubscribe()
Gets sub is subscribe.
|
String |
getSubMchId()
Gets sub mch id.
|
String |
getSubOpenId()
Gets sub open id.
|
String |
getTimeEnd()
Gets time end.
|
String |
getTotalFee()
Gets total fee.
|
String |
getTradeType()
Gets trade type.
|
String |
getTransactionId()
Gets transaction id.
|
void |
setAppId(String appId)
Sets app id.
|
void |
setAttach(String attach)
Sets attach.
|
void |
setBankType(String bankType)
Sets bank type.
|
void |
setCashFee(String cashFee)
Sets cash fee.
|
void |
setCashFeeType(String cashFeeType)
Sets cash fee type.
|
void |
setCouponFee(String couponFee)
Sets coupon fee.
|
void |
setDeviceInfo(String deviceInfo)
Sets device info.
|
void |
setFeeType(String feeType)
Sets fee type.
|
void |
setIsSubscribe(String isSubscribe)
Sets is subscribe.
|
void |
setMchId(String mchId)
Sets mch id.
|
void |
setNonceStr(String nonceStr)
Sets nonce str.
|
void |
setOpenId(String openId)
Sets open id.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setSettlementTotalFee(String settlementTotalFee)
Sets settlement total fee.
|
void |
setSign(String sign)
Sets sign.
|
void |
setSubAppId(String subAppId)
Sets sub app id.
|
void |
setSubIsSubscribe(String subIsSubscribe)
Sets sub is subscribe.
|
void |
setSubMchId(String subMchId)
Sets sub mch id.
|
void |
setSubOpenId(String subOpenId)
Sets sub open id.
|
void |
setTimeEnd(String timeEnd)
Sets time end.
|
void |
setTotalFee(String totalFee)
Sets total fee.
|
void |
setTradeType(String tradeType)
Sets trade type.
|
void |
setTransactionId(String transactionId)
Sets transaction id.
|
String |
toString() |
getErrCode, getErrCodeDes, getMessage, getResultCode, getReturnCode, getReturnMsg, isSuccess, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsgpublic String getAppId()
public void setAppId(String appId)
appId - the app idpublic String getMchId()
public void setMchId(String mchId)
mchId - the mch idpublic String getNonceStr()
public void setNonceStr(String nonceStr)
nonceStr - the nonce strpublic String getSign()
public void setSign(String sign)
sign - the signpublic String getTradeType()
public void setTradeType(String tradeType)
tradeType - the trade typepublic String getOpenId()
public void setOpenId(String openId)
openId - the open idpublic String getIsSubscribe()
public void setIsSubscribe(String isSubscribe)
isSubscribe - the is subscribepublic String getBankType()
public void setBankType(String bankType)
bankType - the bank typepublic String getFeeType()
public void setFeeType(String feeType)
feeType - the fee typepublic String getTotalFee()
public void setTotalFee(String totalFee)
totalFee - the total feepublic String getCashFeeType()
public void setCashFeeType(String cashFeeType)
cashFeeType - the cash fee typepublic String getCashFee()
public void setCashFee(String cashFee)
cashFee - the cash feepublic String getTransactionId()
public void setTransactionId(String transactionId)
transactionId - the transaction idpublic String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo - the out trade nopublic String getAttach()
public void setAttach(String attach)
attach - the attachpublic String getTimeEnd()
public void setTimeEnd(String timeEnd)
timeEnd - the time endpublic String getDeviceInfo()
public void setDeviceInfo(String deviceInfo)
deviceInfo - the device infopublic String getCouponFee()
public void setCouponFee(String couponFee)
couponFee - the coupon feepublic 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 getSubOpenId()
public void setSubOpenId(String subOpenId)
subOpenId - the sub open idpublic String getSubIsSubscribe()
public void setSubIsSubscribe(String subIsSubscribe)
subIsSubscribe - the sub is subscribepublic String getSettlementTotalFee()
public void setSettlementTotalFee(String settlementTotalFee)
settlementTotalFee - the settlement total feeCopyright © 2018. All rights reserved.