com.xunlei.channel.db.pojo
类 BizAutoPayRecord
java.lang.Object
com.xunlei.channel.db.pojo.AbstractBaseEntity
com.xunlei.channel.db.pojo.BizAutoPayRecord
- 所有已实现的接口:
- Serializable
public class BizAutoPayRecord
- extends AbstractBaseEntity
业务方自动续费记录表
- 作者:
- gonglijian
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BizAutoPayRecord
public BizAutoPayRecord()
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
getPayType
public String getPayType()
- 返回:
- the payType
setPayType
public void setPayType(String payType)
- 参数:
payType - the payType 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
getOpenTime
public Date getOpenTime()
- 返回:
- the openTime
setOpenTime
public void setOpenTime(Date openTime)
- 参数:
openTime - the openTime to set
getLastExpireDate
public String getLastExpireDate()
- 返回:
- the lastExpireDate
setLastExpireDate
public void setLastExpireDate(String lastExpireDate)
- 参数:
lastExpireDate - the lastExpireDate to set
getBizOrderId
public String getBizOrderId()
- 返回:
- the bizOrderId
setBizOrderId
public void setBizOrderId(String bizOrderId)
- 参数:
bizOrderId - the bizOrderId to set
getXunleiPayId
public String getXunleiPayId()
- 返回:
- the xunleiPayId
setXunleiPayId
public void setXunleiPayId(String xunleiPayId)
- 参数:
xunleiPayId - the xunleiPayId to set
getStatus
public String getStatus()
- 返回:
- the status
setStatus
public void setStatus(String status)
- 参数:
status - the status to set
getAutoPayPeriod
public Integer getAutoPayPeriod()
- 返回:
- the autoPayPeriod
setAutoPayPeriod
public void setAutoPayPeriod(Integer autoPayPeriod)
- 参数:
autoPayPeriod - the autoPayPeriod to set
getAutoPayTime
public Date getAutoPayTime()
- 返回:
- the autoPayTime
setAutoPayTime
public void setAutoPayTime(Date autoPayTime)
- 参数:
autoPayTime - the autoPayTime to set
getExtraJson
public String getExtraJson()
- 返回:
- the extraJson
setExtraJson
public void setExtraJson(String extraJson)
- 参数:
extraJson - the extraJson to set
Copyright © 2016. All rights reserved.