public class WechatNotifyVO extends Object
| Constructor and Description |
|---|
WechatNotifyVO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttach() |
String |
getOrderNo() |
String |
getOutTradeNumber() |
long |
getPaymentTime() |
double |
getTotalFee() |
WechatNotifyVO |
setAttach(String attach) |
WechatNotifyVO |
setOrderNo(String orderNo) |
WechatNotifyVO |
setOutTradeNumber(String outTradeNumber) |
WechatNotifyVO |
setPaymentTime(long paymentTime) |
WechatNotifyVO |
setTotalFee(double totalFee) |
String |
toString() |
public long getPaymentTime()
public WechatNotifyVO setPaymentTime(long paymentTime)
public String getOutTradeNumber()
public WechatNotifyVO setOutTradeNumber(String outTradeNumber)
public String getOrderNo()
public WechatNotifyVO setOrderNo(String orderNo)
public double getTotalFee()
public WechatNotifyVO setTotalFee(double totalFee)
public String getAttach()
public WechatNotifyVO setAttach(String attach)
Copyright © 2021 Clouds Studio. All rights reserved.