Class CouponDetail
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.payment.mch.MerchantResult
-
- com.foxinmy.weixin4j.payment.coupon.CouponDetail
-
- All Implemented Interfaces:
Serializable
@Deprecated public class CouponDetail extends MerchantResult
Deprecated.迁移到子模块weixin4j-pay代金券详细- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CouponDetail()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getBeginTime()
Deprecated.String
getConsumerMchAppid()
Deprecated.String
getConsumerMchId()
Deprecated.String
getConsumerMchName()
Deprecated.String
getCouponDesc()
Deprecated.String
getCouponId()
Deprecated.int
getCouponMininum()
Deprecated.String
getCouponName()
Deprecated.int
getCouponRemainValue()
Deprecated.int
getCouponStatus()
Deprecated.String
getCouponStockId()
Deprecated.int
getCouponStockType()
Deprecated.int
getCouponType()
Deprecated.int
getCouponUseValue()
Deprecated.int
getCouponValue()
Deprecated.String
getEndTime()
Deprecated.Date
getFormatBeginTime()
Deprecated.double
getFormatCouponMininum()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用double
getFormatCouponRemainValue()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用CouponStatus
getFormatCouponStatus()
Deprecated.CouponStockType
getFormatCouponStockType()
Deprecated.CouponType
getFormatCouponType()
Deprecated.double
getFormatCouponUseValue()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用double
getFormatCouponValue()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用Date
getFormatEndTime()
Deprecated.boolean
getFormatIsPartialUse()
Deprecated.Date
getFormatSendTime()
Deprecated.Date
getFormatUseTime()
Deprecated.int
getIsPartialUse()
Deprecated.String
getSendSource()
Deprecated.String
getSendTime()
Deprecated.String
getTradeNo()
Deprecated.String
getUseTime()
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.
-
getCouponStockType
public int getCouponStockType()
Deprecated.
-
getFormatCouponStockType
public CouponStockType getFormatCouponStockType()
Deprecated.
-
getCouponId
public String getCouponId()
Deprecated.
-
getCouponValue
public int getCouponValue()
Deprecated.
-
getFormatCouponValue
public double getFormatCouponValue()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getCouponMininum
public int getCouponMininum()
Deprecated.
-
getFormatCouponMininum
public double getFormatCouponMininum()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getCouponName
public String getCouponName()
Deprecated.
-
getCouponStatus
public int getCouponStatus()
Deprecated.
-
getFormatCouponStatus
public CouponStatus getFormatCouponStatus()
Deprecated.
-
getCouponType
public int getCouponType()
Deprecated.
-
getFormatCouponType
public CouponType getFormatCouponType()
Deprecated.
-
getCouponDesc
public String getCouponDesc()
Deprecated.
-
getCouponUseValue
public int getCouponUseValue()
Deprecated.
-
getFormatCouponUseValue
public double getFormatCouponUseValue()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getCouponRemainValue
public int getCouponRemainValue()
Deprecated.
-
getFormatCouponRemainValue
public double getFormatCouponRemainValue()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getBeginTime
public String getBeginTime()
Deprecated.
-
getFormatBeginTime
public Date getFormatBeginTime()
Deprecated.
-
getEndTime
public String getEndTime()
Deprecated.
-
getFormatEndTime
public Date getFormatEndTime()
Deprecated.
-
getSendTime
public String getSendTime()
Deprecated.
-
getFormatSendTime
public Date getFormatSendTime()
Deprecated.
-
getUseTime
public String getUseTime()
Deprecated.
-
getFormatUseTime
public Date getFormatUseTime()
Deprecated.
-
getTradeNo
public String getTradeNo()
Deprecated.
-
getConsumerMchId
public String getConsumerMchId()
Deprecated.
-
getConsumerMchName
public String getConsumerMchName()
Deprecated.
-
getConsumerMchAppid
public String getConsumerMchAppid()
Deprecated.
-
getSendSource
public String getSendSource()
Deprecated.
-
getIsPartialUse
public int getIsPartialUse()
Deprecated.
-
getFormatIsPartialUse
public boolean getFormatIsPartialUse()
Deprecated.
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classMerchantResult
-
-