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
另请参见:
序列化表格

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
PayNotice()
           
 
方法摘要
 String getErrorMsg()
           
 Integer getFailTimes()
           
 Date getNoticeTime()
           
 String getStatus()
           
 String getXunleiPayId()
           
 void setErrorMsg(String errorMsg)
           
 void setFailTimes(Integer failTimes)
           
 void setNoticeTime(Date noticeTime)
           
 void setStatus(String status)
           
 void setXunleiPayId(String xunleiPayId)
           
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的方法
getCreateTime, getId, getRemark, getUpdateTime, isNew, setId, setRemark
 
从类 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.