com.foxinmy.weixin4j.payment.coupon
Class CouponResult

java.lang.Object
  extended by com.foxinmy.weixin4j.http.weixin.XmlResult
      extended by com.foxinmy.weixin4j.payment.mch.MerchantResult
          extended by com.foxinmy.weixin4j.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
CouponResult()
           
 
Method Summary
 String getCouponId()
           
 String getCouponStockId()
           
 int getFailedCount()
           
 String getOpenId()
           
 int getResponseCount()
           
 String getRetCode()
           
 String getRetMsg()
           
 int getSuccessCount()
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CouponResult

public CouponResult()
Method Detail

getCouponStockId

public String getCouponStockId()

getResponseCount

public int getResponseCount()

getSuccessCount

public int getSuccessCount()

getFailedCount

public int getFailedCount()

getOpenId

public String getOpenId()

getRetCode

public String getRetCode()

getCouponId

public String getCouponId()

getRetMsg

public String getRetMsg()

toString

public String toString()
Overrides:
toString in class MerchantResult


Copyright © 2014–2017. All rights reserved.