public class OrderQueryResponse extends WechatResponse
| 构造器和说明 |
|---|
OrderQueryResponse()
Instantiates a new Order query 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 |
getCouponCount()
Gets coupon count.
|
String |
getCouponFee()
Gets coupon fee.
|
String |
getCouponFee0()
Gets coupon fee 0.
|
String |
getCouponFee1()
Gets coupon fee 1.
|
String |
getCouponFee2()
Gets coupon fee 2.
|
String |
getCouponId0()
Gets coupon id 0.
|
String |
getCouponId1()
Gets coupon id 1.
|
String |
getCouponId2()
Gets coupon id 2.
|
String |
getCouponType0()
Gets coupon type 0.
|
String |
getCouponType1()
Gets coupon type 1.
|
String |
getCouponType2()
Gets coupon type 2.
|
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 |
getSubMchId()
Gets sub mch id.
|
String |
getTimeEnd()
Gets time end.
|
String |
getTotalFee()
Gets total fee.
|
String |
getTradeState()
Gets trade state.
|
String |
getTradeStateDesc()
Gets trade state desc.
|
String |
getTradeType()
Gets trade type.
|
String |
getTransactionTd()
Gets transaction td.
|
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 |
setCouponCount(String couponCount)
Sets coupon count.
|
void |
setCouponFee(String couponFee)
Sets coupon fee.
|
void |
setCouponFee0(String couponFee0)
Sets coupon fee 0.
|
void |
setCouponFee1(String couponFee1)
Sets coupon fee 1.
|
void |
setCouponFee2(String couponFee2)
Sets coupon fee 2.
|
void |
setCouponId0(String couponId0)
Sets coupon id 0.
|
void |
setCouponId1(String couponId1)
Sets coupon id 1.
|
void |
setCouponId2(String couponId2)
Sets coupon id 2.
|
void |
setCouponType0(String couponType0)
Sets coupon type 0.
|
void |
setCouponType1(String couponType1)
Sets coupon type 1.
|
void |
setCouponType2(String couponType2)
Sets coupon type 2.
|
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 |
setSubMchId(String subMchId)
Sets sub mch id.
|
void |
setTimeEnd(String timeEnd)
Sets time end.
|
void |
setTotalFee(String totalFee)
Sets total fee.
|
void |
setTradeState(String tradeState)
Sets trade state.
|
void |
setTradeStateDesc(String tradeStateDesc)
Sets trade state desc.
|
void |
setTradeType(String tradeType)
Sets trade type.
|
void |
setTransactionTd(String transactionTd)
Sets transaction td.
|
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 getDeviceInfo()
public void setDeviceInfo(String deviceInfo)
deviceInfo - the device infopublic String getOpenId()
public void setOpenId(String openId)
openId - the open idpublic String getIsSubscribe()
public void setIsSubscribe(String isSubscribe)
isSubscribe - the is subscribepublic String getTradeType()
public void setTradeType(String tradeType)
tradeType - the trade typepublic String getTradeState()
public void setTradeState(String tradeState)
tradeState - the trade statepublic String getBankType()
public void setBankType(String bankType)
bankType - the bank typepublic String getTotalFee()
public void setTotalFee(String totalFee)
totalFee - the total feepublic String getSettlementTotalFee()
public void setSettlementTotalFee(String settlementTotalFee)
settlementTotalFee - the settlement total feepublic String getFeeType()
public void setFeeType(String feeType)
feeType - the fee typepublic String getCashFee()
public void setCashFee(String cashFee)
cashFee - the cash feepublic String getCashFeeType()
public void setCashFeeType(String cashFeeType)
cashFeeType - the cash fee typepublic String getCouponFee()
public void setCouponFee(String couponFee)
couponFee - the coupon feepublic String getCouponCount()
public void setCouponCount(String couponCount)
couponCount - the coupon countpublic String getTransactionTd()
public void setTransactionTd(String transactionTd)
transactionTd - the transaction tdpublic 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 getTradeStateDesc()
public void setTradeStateDesc(String tradeStateDesc)
tradeStateDesc - the trade state descpublic 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 getCouponType0()
public void setCouponType0(String couponType0)
couponType0 - the coupon type 0public String getCouponType1()
public void setCouponType1(String couponType1)
couponType1 - the coupon type 1public String getCouponType2()
public void setCouponType2(String couponType2)
couponType2 - the coupon type 2public String getCouponId0()
public void setCouponId0(String couponId0)
couponId0 - the coupon id 0public String getCouponId1()
public void setCouponId1(String couponId1)
couponId1 - the coupon id 1public String getCouponId2()
public void setCouponId2(String couponId2)
couponId2 - the coupon id 2public String getCouponFee0()
public void setCouponFee0(String couponFee0)
couponFee0 - the coupon fee 0public String getCouponFee1()
public void setCouponFee1(String couponFee1)
couponFee1 - the coupon fee 1public String getCouponFee2()
public void setCouponFee2(String couponFee2)
couponFee2 - the coupon fee 2Copyright © 2018. All rights reserved.