Class CorpPaymentResult
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.pay.payment.mch.CorpPaymentResult
-
- All Implemented Interfaces:
Serializable
public class CorpPaymentResult extends MerchantResult
企业付款结果- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CorpPaymentResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getFormatPaymentTime()
String
getOutTradeNo()
String
getPaymentTime()
String
getTransactionId()
void
setOutTradeNo(String outTradeNo)
void
setPaymentTime(String paymentTime)
void
setTransactionId(String transactionId)
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
getAppId, getDeviceInfo, getFormatRecall, 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
-
getTransactionId
public String getTransactionId()
-
setTransactionId
public void setTransactionId(String transactionId)
-
getOutTradeNo
public String getOutTradeNo()
-
setOutTradeNo
public void setOutTradeNo(String outTradeNo)
-
getPaymentTime
public String getPaymentTime()
-
setPaymentTime
public void setPaymentTime(String paymentTime)
-
getFormatPaymentTime
public Date getFormatPaymentTime()
-
toString
public String toString()
- Overrides:
toString
in classMerchantResult
-
-