public class PageStatistic extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
COUPON_ACTIVE
卡券激活
|
static Integer |
IS_MEMBER
会员
|
static Integer |
IS_NOT_MEMBER
非会员
|
static Integer |
LESSON
专题详情页
|
static Integer |
OPEN_MEMBERSHIP
开通会员
|
static Integer |
TASK
任务详情页
|
static Integer |
USER_DETAIL
个人中心页
|
static Integer |
USER_SIGN
签到页
|
| 构造器和说明 |
|---|
PageStatistic() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCachesStat() |
Integer |
getCollectsStat() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getIsMember() |
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 |
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 LESSON
public static final Integer TASK
public static final Integer USER_DETAIL
public static final Integer USER_SIGN
public static final Integer OPEN_MEMBERSHIP
public static final Integer COUPON_ACTIVE
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 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.