public class UserMessage extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
NOSEAND
保存状态
1--草稿
|
static Integer |
PERSON_TYPE |
static Integer |
READ |
static Integer |
SYSTEM_TYPE
用户消息类型
1--后台系统消息
2--个人业务消息
|
static Integer |
UNREAD
消息已读未读
|
| 构造器和说明 |
|---|
UserMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getImg() |
Long |
getInvestId() |
Long |
getMessageId() |
Long |
getPushAt() |
Integer |
getStatus() |
String |
getSummary() |
String |
getTitle() |
Integer |
getType() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setInvestId(Long investId) |
void |
setMessageId(Long messageId) |
void |
setPushAt(Long pushAt) |
void |
setStatus(Integer status) |
void |
setSummary(String summary) |
void |
setTitle(String title) |
void |
setType(Integer type) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer SYSTEM_TYPE
public static final Integer PERSON_TYPE
public static final Integer UNREAD
public static final Integer READ
public static final Integer NOSEAND
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 getInvestId()
public void setInvestId(Long investId)
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)
Copyright © 2018. All rights reserved.