Class PayWarn
- java.lang.Object
-
- com.foxinmy.weixin4j.payment.PayBaseInfo
-
- com.foxinmy.weixin4j.mp.oldpayment.PayWarn
-
- All Implemented Interfaces:
Serializable
public class PayWarn extends PayBaseInfo
V2告警通知- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PayWarn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlarmcontent()
String
getDescription()
String
getErrortype()
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.payment.PayBaseInfo
getAppId, getFormatSignType, getNonceStr, getPaySign, getSignType, getTimeStamp, setAppId, setNonceStr, setPaySign, setSignType, setTimeStamp
-
-