com.xunlei.channel.db.pojo
类 ChannelAutoPayQuit
java.lang.Object
com.xunlei.channel.db.pojo.AbstractBaseEntity
com.xunlei.channel.db.pojo.ChannelAutoPayQuit
- 所有已实现的接口:
- Serializable
public class ChannelAutoPayQuit
- extends AbstractBaseEntity
渠道自动续费退订表
- 作者:
- gonglijian
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelAutoPayQuit
public ChannelAutoPayQuit()
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
getPhone
public String getPhone()
- 返回:
- the phone
setPhone
public void setPhone(String phone)
- 参数:
phone - the phone to set
getQuitType
public String getQuitType()
- 返回:
- the quitType
setQuitType
public void setQuitType(String quitType)
- 参数:
quitType - the quitType to set
getStatus
public String getStatus()
- 返回:
- the status
setStatus
public void setStatus(String status)
- 参数:
status - the status to set
getPayType
public String getPayType()
- 返回:
- the payType
setPayType
public void setPayType(String payType)
- 参数:
payType - the payType to set
getBizOrderId
public String getBizOrderId()
- 返回:
- the bizOrderId
setBizOrderId
public void setBizOrderId(String bizOrderId)
- 参数:
bizOrderId - the bizOrderId to set
getBizNo
public String getBizNo()
- 返回:
- the bizNo
setBizNo
public void setBizNo(String bizNo)
- 参数:
bizNo - the bizNo to set
getOrderAmt
public Integer getOrderAmt()
- 返回:
- the orderAmt
setOrderAmt
public void setOrderAmt(Integer orderAmt)
- 参数:
orderAmt - the orderAmt to set
getReqTime
public Date getReqTime()
- 返回:
- the reqTime
setReqTime
public void setReqTime(Date reqTime)
- 参数:
reqTime - the reqTime to set
getCancelTime
public Date getCancelTime()
- 返回:
- the cancelTime
setCancelTime
public void setCancelTime(Date cancelTime)
- 参数:
cancelTime - the cancelTime to set
getExtraJson
public String getExtraJson()
- 返回:
- the extraJson
setExtraJson
public void setExtraJson(String extraJson)
- 参数:
extraJson - the extraJson to set
Copyright © 2016. All rights reserved.