com.xunlei.channel.db.pojo
类 ChannelAutoPayResult

java.lang.Object
  继承者 com.xunlei.channel.db.pojo.AbstractBaseEntity
      继承者 com.xunlei.channel.db.pojo.ChannelAutoPayResult
所有已实现的接口:
Serializable

public class ChannelAutoPayResult
extends AbstractBaseEntity

渠道包月续费结果表,xunleiId+xunleiPayId可以查询到唯一的一个记录

作者:
gonglijian
另请参见:
序列化表格

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
ChannelAutoPayResult()
           
 
方法摘要
 String getBizNo()
           
 String getBizOrderId()
           
 String getCancelDate()
           
 String getChannelOrderId()
           
 String getExtraJson()
           
 Date getInputTime()
           
 String getNotifyUrl()
           
 Integer getOrderAmt()
           
 String getPayType()
           
 String getPeriod()
           
 Long getProductId()
           
 Integer getSuccessCount()
           
 Date getSuccessTime()
           
 String getUserShow()
           
 String getXunleiId()
           
 String getXunleiPayId()
           
 void setBizNo(String bizNo)
           
 void setBizOrderId(String bizOrderId)
           
 void setCancelDate(String cancelDate)
           
 void setChannelOrderId(String channelOrderId)
           
 void setExtraJson(String extraJson)
           
 void setInputTime(Date inputTime)
           
 void setNotifyUrl(String notifyUrl)
           
 void setOrderAmt(Integer orderAmt)
           
 void setPayType(String payType)
           
 void setPeriod(String period)
           
 void setProductId(Long productId)
           
 void setSuccessCount(Integer successCount)
           
 void setSuccessTime(Date successTime)
           
 void setUserShow(String userShow)
           
 void setXunleiId(String xunleiId)
           
 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
 

构造方法详细信息

ChannelAutoPayResult

public ChannelAutoPayResult()
方法详细信息

getXunleiId

public String getXunleiId()
返回:
the xunleiId

setXunleiId

public void setXunleiId(String xunleiId)
参数:
xunleiId - the xunleiId to set

getUserShow

public String getUserShow()
返回:
the userShow

setUserShow

public void setUserShow(String userShow)
参数:
userShow - the userShow to set

getXunleiPayId

public String getXunleiPayId()
返回:
the xunleiPayId

setXunleiPayId

public void setXunleiPayId(String xunleiPayId)
参数:
xunleiPayId - the xunleiPayId to set

getNotifyUrl

public String getNotifyUrl()
返回:
the notifyUrl

setNotifyUrl

public void setNotifyUrl(String notifyUrl)
参数:
notifyUrl - the notifyUrl to set

getBizNo

public String getBizNo()
返回:
the bizNo

setBizNo

public void setBizNo(String bizNo)
参数:
bizNo - the bizNo to set

getProductId

public Long getProductId()
返回:
the productId

setProductId

public void setProductId(Long productId)
参数:
productId - the productId to set

getBizOrderId

public String getBizOrderId()
返回:
the bizOrderId

setBizOrderId

public void setBizOrderId(String bizOrderId)
参数:
bizOrderId - the bizOrderId to set

getPayType

public String getPayType()
返回:
the payType

setPayType

public void setPayType(String payType)
参数:
payType - the payType to set

getOrderAmt

public Integer getOrderAmt()
返回:
the orderAmt

setOrderAmt

public void setOrderAmt(Integer orderAmt)
参数:
orderAmt - the orderAmt to set

getInputTime

public Date getInputTime()
返回:
the inputTime

setInputTime

public void setInputTime(Date inputTime)
参数:
inputTime - the inputTime to set

getChannelOrderId

public String getChannelOrderId()
返回:
the channelOrderId

setChannelOrderId

public void setChannelOrderId(String channelOrderId)
参数:
channelOrderId - the channelOrderId to set

getSuccessTime

public Date getSuccessTime()
返回:
the successTime

setSuccessTime

public void setSuccessTime(Date successTime)
参数:
successTime - the successTime to set

getSuccessCount

public Integer getSuccessCount()
返回:
the successCount

setSuccessCount

public void setSuccessCount(Integer successCount)
参数:
successCount - the successCount to set

getCancelDate

public String getCancelDate()
返回:
the cancelDate

setCancelDate

public void setCancelDate(String cancelDate)
参数:
cancelDate - the cancelDate to set

getPeriod

public String getPeriod()
返回:
the period

setPeriod

public void setPeriod(String period)
参数:
period - the period to set

getExtraJson

public String getExtraJson()
返回:
the extraJson

setExtraJson

public void setExtraJson(String extraJson)
参数:
extraJson - the extraJson to set


Copyright © 2016. All rights reserved.