Class CouponResult
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.payment.coupon.CouponResult
-
- All Implemented Interfaces:
Serializable
@Deprecated public class CouponResult extends MerchantResult
Deprecated.迁移到子模块weixin4j-pay代金券发放结果- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CouponResult()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getCouponId()
Deprecated.String
getCouponStockId()
Deprecated.int
getFailedCount()
Deprecated.String
getOpenId()
Deprecated.int
getResponseCount()
Deprecated.String
getRetCode()
Deprecated.String
getRetMsg()
Deprecated.int
getSuccessCount()
Deprecated.String
toString()
Deprecated.-
Methods inherited from class com.foxinmy.weixin4j.payment.mch.MerchantResult
getAppId, getDeviceInfo, getFormatRecall, getFormatSignType, 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
-
getCouponStockId
public String getCouponStockId()
Deprecated.
-
getResponseCount
public int getResponseCount()
Deprecated.
-
getSuccessCount
public int getSuccessCount()
Deprecated.
-
getFailedCount
public int getFailedCount()
Deprecated.
-
getOpenId
public String getOpenId()
Deprecated.
-
getRetCode
public String getRetCode()
Deprecated.
-
getCouponId
public String getCouponId()
Deprecated.
-
getRetMsg
public String getRetMsg()
Deprecated.
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classMerchantResult
-
-