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