com.xunlei.channel.db.pojo
类 PayNotice
java.lang.Object
com.xunlei.channel.db.pojo.AbstractBaseEntity
com.xunlei.channel.db.pojo.PayNotice
- 所有已实现的接口:
- Serializable
public class PayNotice
- extends AbstractBaseEntity
支付通知表,状态值区分成功或者失败,noticeTime表示最后一次通知时间
- 作者:
- gonglijian
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PayNotice
public PayNotice()
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
getStatus
public String getStatus()
- 返回:
- the status
setStatus
public void setStatus(String status)
- 参数:
status - the status to set
getErrorMsg
public String getErrorMsg()
- 返回:
- the errorMsg
setErrorMsg
public void setErrorMsg(String errorMsg)
- 参数:
errorMsg - the errorMsg to set
Copyright © 2016. All rights reserved.