com.xunlei.channel.db.pojo
类 BizAutoPayReq

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

public class BizAutoPayReq
extends AbstractBaseEntity

业务方续费|取消续费请求表

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

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
BizAutoPayReq()
           
 
方法摘要
 String getExpireDate()
           
 String getExtraJson()
           
 String getPayType()
           
 Long getProductId()
           
 String getProductType()
           
 String getReqFrom()
           
 String getType()
           
 String getUserShow()
           
 String getXunleiId()
           
 void setExpireDate(String expireDate)
           
 void setExtraJson(String extraJson)
           
 void setPayType(String payType)
           
 void setProductId(Long productId)
           
 void setProductType(String productType)
           
 void setReqFrom(String reqFrom)
           
 void setType(String type)
           
 void setUserShow(String userShow)
           
 void setXunleiId(String xunleiId)
           
 
从类 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
 

构造方法详细信息

BizAutoPayReq

public BizAutoPayReq()
方法详细信息

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

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

getExtraJson

public String getExtraJson()
返回:
the extraJson

setExtraJson

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


Copyright © 2016. All rights reserved.