com.foxinmy.weixin4j.payment.coupon
Class CouponDetail

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

public class CouponDetail
extends MerchantResult

代金券详细

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

Constructor Summary
CouponDetail()
           
 
Method Summary
 String getBeginTime()
           
 String getConsumerMchAppid()
           
 String getConsumerMchId()
           
 String getConsumerMchName()
           
 String getCouponDesc()
           
 String getCouponId()
           
 int getCouponMininum()
           
 String getCouponName()
           
 int getCouponRemainValue()
           
 int getCouponStatus()
           
 String getCouponStockId()
           
 int getCouponStockType()
           
 int getCouponType()
           
 int getCouponUseValue()
           
 int getCouponValue()
           
 String getEndTime()
           
 Date getFormatBeginTime()
           
 double getFormatCouponMininum()
          调用接口获取单位为分,get方法转换为元方便使用
 double getFormatCouponRemainValue()
          调用接口获取单位为分,get方法转换为元方便使用
 CouponStatus getFormatCouponStatus()
           
 CouponStockType getFormatCouponStockType()
           
 CouponType getFormatCouponType()
           
 double getFormatCouponUseValue()
          调用接口获取单位为分,get方法转换为元方便使用
 double getFormatCouponValue()
          调用接口获取单位为分,get方法转换为元方便使用
 Date getFormatEndTime()
           
 boolean getFormatIsPartialUse()
           
 Date getFormatSendTime()
           
 Date getFormatUseTime()
           
 int getIsPartialUse()
           
 String getSendSource()
           
 String getSendTime()
           
 String getTradeNo()
           
 String getUseTime()
           
 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

CouponDetail

public CouponDetail()
Method Detail

getCouponStockId

public String getCouponStockId()

getCouponStockType

public int getCouponStockType()

getFormatCouponStockType

public CouponStockType getFormatCouponStockType()

getCouponId

public String getCouponId()

getCouponValue

public int getCouponValue()

getFormatCouponValue

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

Returns:
元单位

getCouponMininum

public int getCouponMininum()

getFormatCouponMininum

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

Returns:
元单位

getCouponName

public String getCouponName()

getCouponStatus

public int getCouponStatus()

getFormatCouponStatus

public CouponStatus getFormatCouponStatus()

getCouponType

public int getCouponType()

getFormatCouponType

public CouponType getFormatCouponType()

getCouponDesc

public String getCouponDesc()

getCouponUseValue

public int getCouponUseValue()

getFormatCouponUseValue

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

Returns:
元单位

getCouponRemainValue

public int getCouponRemainValue()

getFormatCouponRemainValue

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

Returns:
元单位

getBeginTime

public String getBeginTime()

getFormatBeginTime

public Date getFormatBeginTime()

getEndTime

public String getEndTime()

getFormatEndTime

public Date getFormatEndTime()

getSendTime

public String getSendTime()

getFormatSendTime

public Date getFormatSendTime()

getUseTime

public String getUseTime()

getFormatUseTime

public Date getFormatUseTime()

getTradeNo

public String getTradeNo()

getConsumerMchId

public String getConsumerMchId()

getConsumerMchName

public String getConsumerMchName()

getConsumerMchAppid

public String getConsumerMchAppid()

getSendSource

public String getSendSource()

getIsPartialUse

public int getIsPartialUse()

getFormatIsPartialUse

public boolean getFormatIsPartialUse()

toString

public String toString()
Overrides:
toString in class MerchantResult


Copyright © 2014–2017. All rights reserved.