Package com.foxinmy.weixin4j.payment.mch
Class PrePay
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.payment.mch.PrePay
-
- All Implemented Interfaces:
Serializable
@Deprecated public class PrePay extends MerchantResult
Deprecated.迁移到子模块weixin4j-payV3预订单信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getPayUrl()
Deprecated.String
getPrepayId()
Deprecated.TradeType
getTradeType()
Deprecated.void
setPayUrl(String payUrl)
Deprecated.void
setPrepayId(String prepayId)
Deprecated.void
setTradeType(TradeType tradeType)
Deprecated.String
toString()
Deprecated.-
Methods inherited from class com.foxinmy.weixin4j.payment.mch.MerchantResult
getAppId, getDeviceInfo, getFormatRecall, getFormatSignType, getMchId, getNonceStr, getRecall, getSign, getSignType, getSubAppId, getSubMchId, setAppId, setDeviceInfo, setMchId, setNonceStr, setRecall, setSign, setSignType, setSubAppId, setSubMchId
-
Methods inherited from class com.foxinmy.weixin4j.http.weixin.XmlResult
getErrCode, getErrCodeDes, getResultCode, getReturnCode, getReturnMsg, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsg
-
-
-
-
Method Detail
-
getTradeType
public TradeType getTradeType()
Deprecated.
-
setTradeType
public void setTradeType(TradeType tradeType)
Deprecated.
-
getPrepayId
public String getPrepayId()
Deprecated.
-
setPrepayId
public void setPrepayId(String prepayId)
Deprecated.
-
getPayUrl
public String getPayUrl()
Deprecated.
-
setPayUrl
public void setPayUrl(String payUrl)
Deprecated.
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classMerchantResult
-
-