com.foxinmy.weixin4j.payment.mch
Class RedpacketRecord.RedpacketReceiver

java.lang.Object
  extended by com.foxinmy.weixin4j.payment.mch.RedpacketRecord.RedpacketReceiver
All Implemented Interfaces:
Serializable
Enclosing class:
RedpacketRecord

public static class RedpacketRecord.RedpacketReceiver
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RedpacketRecord.RedpacketReceiver()
           
 
Method Summary
 int getAmount()
           
 double getFormatAmount()
          调用接口获取单位为分,get方法转换为元方便使用
 Date getFormatReceiveTime()
           
 String getOpenId()
           
 String getReceiveTime()
           
 RedpacketStatus getStatus()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RedpacketRecord.RedpacketReceiver

public RedpacketRecord.RedpacketReceiver()
Method Detail

getOpenId

public String getOpenId()

getStatus

public RedpacketStatus getStatus()

getAmount

public int getAmount()

getReceiveTime

public String getReceiveTime()

getFormatAmount

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

Returns:
元单位

getFormatReceiveTime

public Date getFormatReceiveTime()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.