public class PageStatistic extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
COUPON
卡券激活
|
static Integer |
COUPON_ACTIVE |
static Integer |
IS_MEMBER
会员
|
static Integer |
IS_NOT_MEMBER
非会员
|
static Integer |
LESSON
专题详情页
|
static Integer |
LESSON_DETAIL |
static Integer |
MEMBERSHIP
开通会员
|
static Integer |
OPEN_MEMBERSHIP |
static Integer |
OS_android |
static Integer |
OS_iOS |
static Integer |
OS_web
操作系统环境
|
static Integer |
SIGN
签到页
|
static Integer |
TASK
任务详情页
|
static Integer |
TASK_CACHE |
static Integer |
TASK_COLLECT |
static Integer |
TASK_DETAIL |
static Integer |
USER
个人中心页
|
static Integer |
USER_DETAIL |
static Integer |
USER_SIGN |
| 构造器和说明 |
|---|
PageStatistic() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCachesStat() |
Integer |
getCollectsStat() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getIsMember() |
Integer |
getOs() |
Integer |
getSubTargetType() |
Long |
getTargetId() |
Integer |
getTargetType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getViewAt() |
Integer |
getViewsStat() |
void |
setCachesStat(Integer cachesStat) |
void |
setCollectsStat(Integer collectsStat) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setIsMember(Integer isMember) |
void |
setOs(Integer os) |
void |
setSubTargetType(Integer subTargetType) |
void |
setTargetId(Long targetId) |
void |
setTargetType(Integer targetType) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setViewAt(Long viewAt) |
void |
setViewsStat(Integer viewsStat) |
String |
toString() |
public static final Integer IS_MEMBER
public static final Integer IS_NOT_MEMBER
public static final Integer OS_web
public static final Integer OS_android
public static final Integer OS_iOS
public static final Integer LESSON
public static final Integer LESSON_DETAIL
public static final Integer TASK
public static final Integer TASK_DETAIL
public static final Integer TASK_COLLECT
public static final Integer TASK_CACHE
public static final Integer USER
public static final Integer USER_DETAIL
public static final Integer SIGN
public static final Integer USER_SIGN
public static final Integer MEMBERSHIP
public static final Integer OPEN_MEMBERSHIP
public static final Integer COUPON
public static final Integer COUPON_ACTIVE
public Integer getSubTargetType()
public void setSubTargetType(Integer subTargetType)
public Long getId()
public void setId(Long id)
public Long getTargetId()
public void setTargetId(Long targetId)
public Integer getTargetType()
public void setTargetType(Integer targetType)
public Integer getViewsStat()
public void setViewsStat(Integer viewsStat)
public Long getViewAt()
public void setViewAt(Long viewAt)
public Integer getCollectsStat()
public void setCollectsStat(Integer collectsStat)
public Integer getCachesStat()
public void setCachesStat(Integer cachesStat)
public Integer getOs()
public void setOs(Integer os)
public Integer getIsMember()
public void setIsMember(Integer isMember)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2018. All rights reserved.