com.foxinmy.weixin4j.payment.coupon
Class CouponStock

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.CouponStock
All Implemented Interfaces:
Serializable

public class CouponStock
extends MerchantResult

代金券信息

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
, Serialized Form

Constructor Summary
CouponStock()
           
 
Method Summary
 String getBeginTime()
           
 Integer getCouponBudget()
           
 Integer getCouponMininumn()
           
 String getCouponName()
           
 String getCouponStockId()
           
 int getCouponStockStatus()
           
 int getCouponTotal()
           
 int getCouponType()
           
 int getCouponValue()
           
 String getCreateTime()
           
 String getEndTime()
           
 Date getFormatBeginTime()
           
 double getFormatCouponBudget()
          调用接口获取单位为分,get方法转换为元方便使用
 double getFormatCouponMininumn()
          调用接口获取单位为分,get方法转换为元方便使用
 CouponStockStatus getFormatCouponStockStatus()
           
 CouponType getFormatCouponType()
           
 double getFormatCouponValue()
          调用接口获取单位为分,get方法转换为元方便使用
 Date getFormatCreateTime()
           
 Date getFormatEndTime()
           
 double getFormatLockedNum()
          调用接口获取单位为分,get方法转换为元方便使用
 double getFormatMaxQuota()
          调用接口获取单位为分,get方法转换为元方便使用
 double getFormatSendNum()
          调用接口获取单位为分,get方法转换为元方便使用
 double getFormatUsedNum()
          调用接口获取单位为分,get方法转换为元方便使用
 Integer getLockedNum()
           
 Integer getMaxQuota()
           
 Integer getSendNum()
           
 Integer getUsedNum()
           
 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

CouponStock

public CouponStock()
Method Detail

getCouponStockId

public String getCouponStockId()

getCouponName

public String getCouponName()

getCouponValue

public int getCouponValue()

getFormatCouponValue

public double getFormatCouponValue()
调用接口获取单位为分,get方法转换为元方便使用

Returns:
元单位

getCouponMininumn

public Integer getCouponMininumn()

getFormatCouponMininumn

public double getFormatCouponMininumn()
调用接口获取单位为分,get方法转换为元方便使用

Returns:
元单位

getCouponType

public int getCouponType()

getFormatCouponType

public CouponType getFormatCouponType()

getCouponStockStatus

public int getCouponStockStatus()

getFormatCouponStockStatus

public CouponStockStatus getFormatCouponStockStatus()

getCouponTotal

public int getCouponTotal()

getMaxQuota

public Integer getMaxQuota()

getFormatMaxQuota

public double getFormatMaxQuota()
调用接口获取单位为分,get方法转换为元方便使用

Returns:
元单位

getLockedNum

public Integer getLockedNum()

getFormatLockedNum

public double getFormatLockedNum()
调用接口获取单位为分,get方法转换为元方便使用

Returns:
元单位

getUsedNum

public Integer getUsedNum()

getFormatUsedNum

public double getFormatUsedNum()
调用接口获取单位为分,get方法转换为元方便使用

Returns:
元单位

getSendNum

public Integer getSendNum()

getFormatSendNum

public double getFormatSendNum()
调用接口获取单位为分,get方法转换为元方便使用

Returns:
元单位

getBeginTime

public String getBeginTime()

getFormatBeginTime

public Date getFormatBeginTime()

getEndTime

public String getEndTime()

getFormatEndTime

public Date getFormatEndTime()

getCreateTime

public String getCreateTime()

getFormatCreateTime

public Date getFormatCreateTime()

getCouponBudget

public Integer getCouponBudget()

getFormatCouponBudget

public double getFormatCouponBudget()
调用接口获取单位为分,get方法转换为元方便使用

Returns:
元单位

toString

public String toString()
Overrides:
toString in class MerchantResult


Copyright © 2014–2017. All rights reserved.