public class UserMessage extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
READ |
static int |
TYPE_ACTIVE_START |
static int |
TYPE_ACTIVE_SUBSCRIBE |
static int |
TYPE_DOC_REJECT |
static int |
TYPE_DOC_REVIEW
用户消息类型
1--作品审核
2--活动订阅开始通知
3--活动报名开始通知
3--作品驳回通知
|
static Integer |
UNREAD
消息已读未读
|
| 构造器和说明 |
|---|
UserMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getImg() |
Long |
getMerchantId() |
Long |
getMessageId() |
Long |
getPushAt() |
Integer |
getStatus() |
String |
getSummary() |
Long |
getTargetId() |
String |
getTitle() |
Integer |
getType() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setMerchantId(Long merchantId) |
void |
setMessageId(Long messageId) |
void |
setPushAt(Long pushAt) |
void |
setStatus(Integer status) |
void |
setSummary(String summary) |
void |
setTargetId(Long targetId) |
void |
setTitle(String title) |
void |
setType(Integer type) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUrl(String url) |
String |
toString() |
public static final int TYPE_DOC_REVIEW
public static final int TYPE_ACTIVE_SUBSCRIBE
public static final int TYPE_ACTIVE_START
public static final int TYPE_DOC_REJECT
public static final Integer UNREAD
public static final Integer READ
public Long getId()
public void setId(Long id)
public Integer getType()
public void setType(Integer type)
public Long getUid()
public void setUid(Long uid)
public String getTitle()
public void setTitle(String title)
public String getSummary()
public void setSummary(String summary)
public Long getTargetId()
public void setTargetId(Long targetId)
public String getImg()
public void setImg(String img)
public Integer getStatus()
public void setStatus(Integer status)
public Long getMessageId()
public void setMessageId(Long messageId)
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)
public Long getPushAt()
public void setPushAt(Long pushAt)
public String getUrl()
public void setUrl(String url)
public String getContent()
public void setContent(String content)
public Long getMerchantId()
public void setMerchantId(Long merchantId)
Copyright © 2022. All rights reserved.