com.xunlei.channel.db.pojo
类 BizAutoPayResult
java.lang.Object
com.xunlei.channel.db.pojo.AbstractBaseEntity
com.xunlei.channel.db.pojo.BizAutoPayResult
- 所有已实现的接口:
- Serializable
public class BizAutoPayResult
- extends AbstractBaseEntity
业务放自动续费|取消续费结果表
- 作者:
- gonglijian
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BizAutoPayResult
public BizAutoPayResult()
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
getProductId
public Long getProductId()
- 返回:
- the productId
setProductId
public void setProductId(Long productId)
- 参数:
productId - the productId to set
getProductType
public String getProductType()
- 返回:
- the productType
setProductType
public void setProductType(String productType)
- 参数:
productType - the productType to set
getPayType
public String getPayType()
- 返回:
- the payType
setPayType
public void setPayType(String payType)
- 参数:
payType - the payType to set
getExpireDate
public String getExpireDate()
- 返回:
- the expireDate
setExpireDate
public void setExpireDate(String expireDate)
- 参数:
expireDate - the expireDate to set
getResultTime
public Date getResultTime()
- 返回:
- the resultTime
setResultTime
public void setResultTime(Date resultTime)
- 参数:
resultTime - the resultTime to set
getReqFrom
public String getReqFrom()
- 返回:
- the reqFrom
setReqFrom
public void setReqFrom(String reqFrom)
- 参数:
reqFrom - the reqFrom to set
getType
public String getType()
- 返回:
- the type
setType
public void setType(String type)
- 参数:
type - the type to set
getStatus
public String getStatus()
- 返回:
- the status
setStatus
public void setStatus(String status)
- 参数:
status - the status to set
getExtraJson
public String getExtraJson()
- 返回:
- the extraJson
setExtraJson
public void setExtraJson(String extraJson)
- 参数:
extraJson - the extraJson to set
Copyright © 2016. All rights reserved.