Class CouponResult
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.pay.payment.coupon.CouponResult
-
- All Implemented Interfaces:
Serializable
public class CouponResult extends MerchantResult
代金券发放结果- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CouponResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCouponId()
String
getCouponStockId()
int
getFailedCount()
String
getOpenId()
int
getResponseCount()
String
getRetCode()
String
getRetMsg()
int
getSuccessCount()
void
setCouponId(String couponId)
void
setCouponStockId(String couponStockId)
void
setFailedCount(int failedCount)
void
setOpenId(String openId)
void
setResponseCount(int responseCount)
void
setRetCode(String retCode)
void
setRetMsg(String retMsg)
void
setSuccessCount(int successCount)
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
getAppId, getDeviceInfo, getFormatRecall, 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()
-
setCouponStockId
public void setCouponStockId(String couponStockId)
-
setOpenId
public void setOpenId(String openId)
-
getResponseCount
public int getResponseCount()
-
setResponseCount
public void setResponseCount(int responseCount)
-
getSuccessCount
public int getSuccessCount()
-
setSuccessCount
public void setSuccessCount(int successCount)
-
getFailedCount
public int getFailedCount()
-
setFailedCount
public void setFailedCount(int failedCount)
-
getOpenId
public String getOpenId()
-
getRetCode
public String getRetCode()
-
setRetCode
public void setRetCode(String retCode)
-
getCouponId
public String getCouponId()
-
setCouponId
public void setCouponId(String couponId)
-
getRetMsg
public String getRetMsg()
-
setRetMsg
public void setRetMsg(String retMsg)
-
toString
public String toString()
- Overrides:
toString
in classMerchantResult
-
-