com.foxinmy.weixin4j.payment.mch
Class RedpacketRecord

java.lang.Object
  extended by com.foxinmy.weixin4j.http.weixin.XmlResult
      extended by com.foxinmy.weixin4j.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 Summary
static class RedpacketRecord.RedpacketReceiver
           
 
Constructor Summary
RedpacketRecord()
           
 
Method Summary
 String getActName()
           
 RedpacketType getFomatHbType()
           
 double getFormatRefundAmount()
          调用接口获取单位为分,get方法转换为元方便使用
 Date getFormatRefundTime()
           
 Date getFormatSendTime()
           
 RedpacketSendType getFormatSendType()
           
 RedpacketStatus getFormatStatus()
           
 double getFormatTotalAmount()
          调用接口获取单位为分,get方法转换为元方便使用
 String getHbType()
           
 String getMchId()
           
 String getOutTradeNo()
           
 String getReason()
           
 List<RedpacketRecord.RedpacketReceiver> getReceivers()
           
 Integer getRefundAmount()
           
 String getRefundTime()
           
 String getRemark()
           
 String getRepacketId()
           
 String getSendTime()
           
 String getSendType()
           
 String getStatus()
           
 int getTotalAmount()
           
 int getTotalNum()
           
 String getWishing()
           
 String toString()
           
 
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

RedpacketRecord

public RedpacketRecord()
Method Detail

getOutTradeNo

public String getOutTradeNo()

getMchId

public String getMchId()

getRepacketId

public String getRepacketId()

getFormatStatus

public RedpacketStatus getFormatStatus()

getFormatSendType

public RedpacketSendType getFormatSendType()

getFomatHbType

public RedpacketType getFomatHbType()

getStatus

public String getStatus()

getSendType

public String getSendType()

getHbType

public String getHbType()

getTotalNum

public int getTotalNum()

getTotalAmount

public int getTotalAmount()

getFormatTotalAmount

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

Returns:
元单位

getReason

public String getReason()

getSendTime

public String getSendTime()

getFormatSendTime

public Date getFormatSendTime()

getRefundTime

public String getRefundTime()

getFormatRefundTime

public Date getFormatRefundTime()

getRefundAmount

public Integer getRefundAmount()

getFormatRefundAmount

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

Returns:
元单位

getWishing

public String getWishing()

getRemark

public String getRemark()

getActName

public String getActName()

getReceivers

public List<RedpacketRecord.RedpacketReceiver> getReceivers()

toString

public String toString()
Overrides:
toString in class XmlResult


Copyright © 2014–2017. All rights reserved.