Package com.foxinmy.weixin4j.pay.payment
Class JsPayNotify
- java.lang.Object
-
- com.foxinmy.weixin4j.pay.payment.PayBaseInfo
-
- com.foxinmy.weixin4j.pay.payment.JsPayNotify
-
- All Implemented Interfaces:
Serializable
public class JsPayNotify extends PayBaseInfo
JSAPI支付回调时的POST信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsPayNotify()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getFormatIsSubscribe()
int
getIsSubscribe()
String
getOpenId()
void
setIsSubscribe(int isSubscribe)
void
setOpenId(String openId)
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.pay.payment.PayBaseInfo
getAppId, getFormatSignType, getNonceStr, getPaySign, getSignType, getTimeStamp, setAppId, setNonceStr, setPaySign, setSignType, setTimeStamp
-
-
-
-
Method Detail
-
getOpenId
public String getOpenId()
-
setOpenId
public void setOpenId(String openId)
-
getIsSubscribe
public int getIsSubscribe()
-
setIsSubscribe
public void setIsSubscribe(int isSubscribe)
-
getFormatIsSubscribe
public boolean getFormatIsSubscribe()
-
toString
public String toString()
- Overrides:
toString
in classPayBaseInfo
-
-