Class PayFeedback
- java.lang.Object
-
- com.foxinmy.weixin4j.payment.PayBaseInfo
-
- com.foxinmy.weixin4j.mp.oldpayment.PayFeedback
-
- All Implemented Interfaces:
Serializable
public class PayFeedback extends PayBaseInfo
V2维权POST的数据- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PayFeedback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExtInfo()
String
getFeedbackId()
String
getOpenId()
String
getPicInfo()
String
getReason()
String
getSolution()
String
getStatus()
String
getTransId()
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.payment.PayBaseInfo
getAppId, getFormatSignType, getNonceStr, getPaySign, getSignType, getTimeStamp, setAppId, setNonceStr, setPaySign, setSignType, setTimeStamp
-
-
-
-
Method Detail
-
getFeedbackId
public String getFeedbackId()
-
getOpenId
public String getOpenId()
-
getTransId
public String getTransId()
-
getReason
public String getReason()
-
getSolution
public String getSolution()
-
getExtInfo
public String getExtInfo()
-
getPicInfo
public String getPicInfo()
-
getStatus
public String getStatus()
-
toString
public String toString()
- Overrides:
toString
in classPayBaseInfo
-
-