com.foxinmy.weixin4j.payment.mch
Class RedpacketSendResult

java.lang.Object
  extended by com.foxinmy.weixin4j.http.weixin.XmlResult
      extended by com.foxinmy.weixin4j.payment.mch.MerchantResult
          extended by com.foxinmy.weixin4j.payment.mch.RedpacketSendResult
All Implemented Interfaces:
Serializable

public class RedpacketSendResult
extends MerchantResult

发送红包结果

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
, Serialized Form

Method Summary
 Date getFormatSendTime()
           
 double getFormatTotalAmount()
          调用接口获取单位为分,get方法转换为元方便使用
 String getOpenId()
           
 String getOutTradeNo()
           
 String getSendListid()
           
 String getSendTime()
           
 int getTotalAmount()
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOutTradeNo

public String getOutTradeNo()

getOpenId

public String getOpenId()

getTotalAmount

public int getTotalAmount()

getFormatTotalAmount

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

Returns:
元单位

getSendTime

public String getSendTime()

getFormatSendTime

public Date getFormatSendTime()

getSendListid

public String getSendListid()

toString

public String toString()
Overrides:
toString in class MerchantResult


Copyright © 2014–2017. All rights reserved.