public class Message extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
later |
static Integer |
now |
static Integer |
status_freeze |
static Integer |
status_normal |
static Integer |
synchronization
是否同步友盟
1-同步
2-不同步
|
static Integer |
Type_Advice |
static Integer |
Type_Help |
static Integer |
Type_Message |
static Integer |
Type_pesson |
static Integer |
unsynchronization |
| 构造器和说明 |
|---|
Message() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getGrade() |
Long |
getId() |
String |
getMail() |
Integer |
getMessageType() |
String |
getName() |
String |
getNick() |
Long |
getPublishAt() |
Integer |
getReadCount() |
Integer |
getSort() |
Integer |
getStatus() |
Integer |
getType() |
Integer |
getUpAndDown() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGrade(Integer grade) |
void |
setId(Long id) |
void |
setMail(String mail) |
void |
setMessageType(Integer messageType) |
void |
setName(String name) |
void |
setNick(String nick) |
void |
setPublishAt(Long publishAt) |
void |
setReadCount(Integer readCount) |
void |
setSort(Integer sort) |
void |
setStatus(Integer status) |
void |
setType(Integer type) |
void |
setUpAndDown(Integer upAndDown) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
String |
toString() |
public static final Integer synchronization
public static final Integer unsynchronization
public static final Integer now
public static final Integer later
public static final Integer Type_Message
public static final Integer Type_Help
public static final Integer Type_Advice
public static final Integer Type_pesson
public static final Integer status_normal
public static final Integer status_freeze
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getNick()
public void setNick(String nick)
public Integer getGrade()
public void setGrade(Integer grade)
public Integer getType()
public void setType(Integer type)
public String getMail()
public void setMail(String mail)
public Integer getMessageType()
public void setMessageType(Integer messageType)
public Long getUserId()
public void setUserId(Long userId)
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)
public String getContent()
public void setContent(String content)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getReadCount()
public void setReadCount(Integer readCount)
public Long getPublishAt()
public void setPublishAt(Long publishAt)
public Integer getUpAndDown()
public void setUpAndDown(Integer upAndDown)
public Integer getSort()
public void setSort(Integer sort)
Copyright © 2017. All rights reserved.