Package com.foxinmy.weixin4j.payment.mch
Class RedpacketRecord
- java.lang.Object
-
- com.foxinmy.weixin4j.http.weixin.XmlResult
-
- com.foxinmy.weixin4j.payment.mch.RedpacketRecord
-
- All Implemented Interfaces:
Serializable
@Deprecated public class RedpacketRecord extends XmlResult
Deprecated.迁移到子模块weixin4j-pay红包记录- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RedpacketRecord.RedpacketReceiver
Deprecated.
-
Constructor Summary
Constructors Constructor Description RedpacketRecord()
Deprecated.
-
Method Summary
-
Methods inherited from class com.foxinmy.weixin4j.http.weixin.XmlResult
getErrCode, getErrCodeDes, getResultCode, getReturnCode, getReturnMsg, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsg
-
-
-
-
Method Detail
-
getOutTradeNo
public String getOutTradeNo()
Deprecated.
-
getMchId
public String getMchId()
Deprecated.
-
getRepacketId
public String getRepacketId()
Deprecated.
-
getFormatStatus
public RedpacketStatus getFormatStatus()
Deprecated.
-
getFormatSendType
public RedpacketSendType getFormatSendType()
Deprecated.
-
getFomatHbType
public RedpacketType getFomatHbType()
Deprecated.
-
getStatus
public String getStatus()
Deprecated.
-
getSendType
public String getSendType()
Deprecated.
-
getHbType
public String getHbType()
Deprecated.
-
getTotalNum
public int getTotalNum()
Deprecated.
-
getTotalAmount
public int getTotalAmount()
Deprecated.
-
getFormatTotalAmount
public double getFormatTotalAmount()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getReason
public String getReason()
Deprecated.
-
getSendTime
public String getSendTime()
Deprecated.
-
getFormatSendTime
public Date getFormatSendTime()
Deprecated.
-
getRefundTime
public String getRefundTime()
Deprecated.
-
getFormatRefundTime
public Date getFormatRefundTime()
Deprecated.
-
getRefundAmount
public Integer getRefundAmount()
Deprecated.
-
getFormatRefundAmount
public double getFormatRefundAmount()
Deprecated.调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getWishing
public String getWishing()
Deprecated.
-
getRemark
public String getRemark()
Deprecated.
-
getActName
public String getActName()
Deprecated.
-
getReceivers
public List<RedpacketRecord.RedpacketReceiver> getReceivers()
Deprecated.
-
-