public class Message extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
Status_read
已读
|
static Integer |
Status_Unread
未读
|
| Constructor and Description |
|---|
Message() |
Message(Long receiveId,
String receiveName,
String type,
Long relationId) |
Message(Long receiveId,
String receiveName,
String content,
String type,
Long relationId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getReceiveId() |
String |
getReceiveName() |
Long |
getRelationId() |
Long |
getSendId() |
String |
getSendName() |
Integer |
getStatus() |
String |
getType() |
Integer |
getUnread() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setReceiveId(Long receiveId) |
void |
setReceiveName(String receiveName) |
void |
setRelationId(Long relationId) |
void |
setSendId(Long sendId) |
void |
setSendName(String sendName) |
void |
setStatus(Integer status) |
void |
setType(String type) |
void |
setUnread(Integer unread) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer Status_Unread
public static final Integer Status_read
public Long getId()
public void setId(Long id)
public Long getSendId()
public void setSendId(Long sendId)
public Long getReceiveId()
public void setReceiveId(Long receiveId)
public String getSendName()
public void setSendName(String sendName)
public String getReceiveName()
public void setReceiveName(String receiveName)
public String getContent()
public void setContent(String content)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getUnread()
public void setUnread(Integer unread)
public String getType()
public void setType(String type)
public Long getRelationId()
public void setRelationId(Long relationId)
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 © 2017. All rights reserved.