public class UserReadRecord extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_READ
已读
|
static Integer |
STATUS_UNREAD
未读
|
static Integer |
TYPE_ARTICLE
文章
|
static Integer |
TYPE_MESSAGE
消息
|
| Constructor and Description |
|---|
UserReadRecord() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getStatus() |
Long |
getTargetId() |
Integer |
getType() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setStatus(Integer status) |
void |
setTargetId(Long targetId) |
void |
setType(Integer type) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_READ
public static final Integer STATUS_UNREAD
public static final Integer TYPE_ARTICLE
public static final Integer TYPE_MESSAGE
public Long getId()
public void setId(Long id)
public Long getTargetId()
public void setTargetId(Long targetId)
public Integer getType()
public void setType(Integer type)
public Long getUid()
public void setUid(Long uid)
public Integer getStatus()
public void setStatus(Integer status)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2018. All rights reserved.