com.xunlei.channel.db.pojo
类 PayNoticeOk
java.lang.Object
com.xunlei.channel.db.pojo.AbstractBaseEntity
com.xunlei.channel.db.pojo.PayNoticeOk
- 所有已实现的接口:
- Serializable
public class PayNoticeOk
- extends AbstractBaseEntity
支付通知成功表
- 作者:
- gonglijian
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PayNoticeOk
public PayNoticeOk()
getXunleiPayId
public String getXunleiPayId()
- 返回:
- the xunleiPayId
setXunleiPayId
public void setXunleiPayId(String xunleiPayId)
- 参数:
xunleiPayId - the xunleiPayId to set
getFailTimes
public Integer getFailTimes()
- 返回:
- the failTimes
setFailTimes
public void setFailTimes(Integer failTimes)
- 参数:
failTimes - the failTimes to set
getNoticeTime
public Date getNoticeTime()
- 返回:
- the noticeTime
setNoticeTime
public void setNoticeTime(Date noticeTime)
- 参数:
noticeTime - the noticeTime to set
Copyright © 2016. All rights reserved.