Class RedpacketSendResult
- java.lang.Object
- 
- com.foxinmy.weixin4j.http.weixin.XmlResult
- 
- com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
- 
- com.foxinmy.weixin4j.pay.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
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedRedpacketSendResult()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetFormatSendTime()doublegetFormatTotalAmount()调用接口获取单位为分,get方法转换为元方便使用StringgetOpenId()StringgetOutTradeNo()StringgetSendListid()StringgetSendTime()intgetTotalAmount()voidsetOpenId(String openId)voidsetOutTradeNo(String outTradeNo)voidsetSendListid(String sendListid)voidsetSendTime(String sendTime)voidsetTotalAmount(int totalAmount)StringtoString()- 
Methods inherited from class com.foxinmy.weixin4j.pay.payment.mch.MerchantResultgetAppId, getDeviceInfo, getFormatRecall, 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.XmlResultgetErrCode, getErrCodeDes, getResultCode, getReturnCode, getReturnMsg, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsg
 
- 
 
- 
- 
- 
Method Detail- 
getOutTradeNopublic String getOutTradeNo() 
 - 
setOutTradeNopublic void setOutTradeNo(String outTradeNo) 
 - 
getOpenIdpublic String getOpenId() 
 - 
setOpenIdpublic void setOpenId(String openId) 
 - 
getTotalAmountpublic int getTotalAmount() 
 - 
setTotalAmountpublic void setTotalAmount(int totalAmount) 
 - 
getFormatTotalAmountpublic double getFormatTotalAmount() 调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
 
 - 
getSendTimepublic String getSendTime() 
 - 
setSendTimepublic void setSendTime(String sendTime) 
 - 
getFormatSendTimepublic Date getFormatSendTime() 
 - 
getSendListidpublic String getSendListid() 
 - 
setSendListidpublic void setSendListid(String sendListid) 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- MerchantResult
 
 
- 
 
-