Class RedpacketRecord
- java.lang.Object
- 
- com.foxinmy.weixin4j.http.weixin.XmlResult
- 
- com.foxinmy.weixin4j.pay.payment.mch.RedpacketRecord
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class RedpacketRecord extends XmlResult 红包记录- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRedpacketRecord.RedpacketReceiver
 - 
Constructor SummaryConstructors Constructor Description RedpacketRecord()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActName()RedpacketTypegetFomatHbType()doublegetFormatRefundAmount()调用接口获取单位为分,get方法转换为元方便使用DategetFormatRefundTime()DategetFormatSendTime()RedpacketSendTypegetFormatSendType()RedpacketStatusgetFormatStatus()doublegetFormatTotalAmount()调用接口获取单位为分,get方法转换为元方便使用StringgetHbType()StringgetMchId()StringgetOutTradeNo()StringgetReason()List<RedpacketRecord.RedpacketReceiver>getReceivers()IntegergetRefundAmount()StringgetRefundTime()StringgetRemark()StringgetRepacketId()StringgetSendTime()StringgetSendType()StringgetStatus()intgetTotalAmount()intgetTotalNum()StringgetWishing()StringtoString()- 
Methods inherited from class com.foxinmy.weixin4j.http.weixin.XmlResultgetErrCode, getErrCodeDes, getResultCode, getReturnCode, getReturnMsg, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsg
 
- 
 
- 
- 
- 
Method Detail- 
getOutTradeNopublic String getOutTradeNo() 
 - 
getMchIdpublic String getMchId() 
 - 
getRepacketIdpublic String getRepacketId() 
 - 
getFormatStatuspublic RedpacketStatus getFormatStatus() 
 - 
getFormatSendTypepublic RedpacketSendType getFormatSendType() 
 - 
getFomatHbTypepublic RedpacketType getFomatHbType() 
 - 
getStatuspublic String getStatus() 
 - 
getSendTypepublic String getSendType() 
 - 
getHbTypepublic String getHbType() 
 - 
getTotalNumpublic int getTotalNum() 
 - 
getTotalAmountpublic int getTotalAmount() 
 - 
getFormatTotalAmountpublic double getFormatTotalAmount() 调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
 
 - 
getReasonpublic String getReason() 
 - 
getSendTimepublic String getSendTime() 
 - 
getFormatSendTimepublic Date getFormatSendTime() 
 - 
getRefundTimepublic String getRefundTime() 
 - 
getFormatRefundTimepublic Date getFormatRefundTime() 
 - 
getRefundAmountpublic Integer getRefundAmount() 
 - 
getFormatRefundAmountpublic double getFormatRefundAmount() 调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
 
 - 
getWishingpublic String getWishing() 
 - 
getRemarkpublic String getRemark() 
 - 
getActNamepublic String getActName() 
 - 
getReceiverspublic List<RedpacketRecord.RedpacketReceiver> getReceivers() 
 
- 
 
-