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 Summary
Constructors Modifier Constructor Description protected
RedpacketSendResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getFormatSendTime()
double
getFormatTotalAmount()
调用接口获取单位为分,get方法转换为元方便使用String
getOpenId()
String
getOutTradeNo()
String
getSendListid()
String
getSendTime()
int
getTotalAmount()
void
setOpenId(String openId)
void
setOutTradeNo(String outTradeNo)
void
setSendListid(String sendListid)
void
setSendTime(String sendTime)
void
setTotalAmount(int totalAmount)
String
toString()
-
Methods inherited from class com.foxinmy.weixin4j.pay.payment.mch.MerchantResult
getAppId, 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.XmlResult
getErrCode, getErrCodeDes, getResultCode, getReturnCode, getReturnMsg, setErrCode, setErrCodeDes, setResultCode, setReturnCode, setReturnMsg
-
-
-
-
Method Detail
-
getOutTradeNo
public String getOutTradeNo()
-
setOutTradeNo
public void setOutTradeNo(String outTradeNo)
-
getOpenId
public String getOpenId()
-
setOpenId
public void setOpenId(String openId)
-
getTotalAmount
public int getTotalAmount()
-
setTotalAmount
public void setTotalAmount(int totalAmount)
-
getFormatTotalAmount
public double getFormatTotalAmount()
调用接口获取单位为分,get方法转换为元方便使用- Returns:
- 元单位
-
getSendTime
public String getSendTime()
-
setSendTime
public void setSendTime(String sendTime)
-
getFormatSendTime
public Date getFormatSendTime()
-
getSendListid
public String getSendListid()
-
setSendListid
public void setSendListid(String sendListid)
-
toString
public String toString()
- Overrides:
toString
in classMerchantResult
-
-