public class Message extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ALL_FREE_PERSON |
static int |
ALL_PAY_PERSON |
static int |
ALL_PERSON |
static Integer |
HAVE_NOTICE
定时推送消息,是否已推送过
|
static Integer |
NOTICE_NO
消息栏推送-不
|
static Integer |
NOTICE_YES
消息栏推送-要
|
static int |
PERSON |
static Integer |
STATUS_AFTER
保存状态-按时发送
|
static Integer |
STATUS_DRAFT
保存状态-草稿
|
static Integer |
STATUS_NOW
保存状态-已发送
|
static Integer |
TYPE_AFTER
发送类型-定时发送
|
static Integer |
TYPE_NOW
发送类型-立即发送
|
static Integer |
UN_NOTICE |
| 构造器和说明 |
|---|
Message() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getNoticeStatus() |
Integer |
getPersonType() |
Long |
getPushAt() |
Integer |
getRead() |
Integer |
getStatus() |
Integer |
getSynchronize() |
String |
getTitle() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setNoticeStatus(Integer noticeStatus) |
void |
setPersonType(Integer personType) |
void |
setPushAt(Long pushAt) |
void |
setRead(Integer read) |
void |
setStatus(Integer status) |
void |
setSynchronize(Integer synchronize) |
void |
setTitle(String title) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUrl(String url) |
String |
toString() |
public static final Integer TYPE_NOW
public static final Integer TYPE_AFTER
public static final Integer STATUS_DRAFT
public static final Integer STATUS_NOW
public static final Integer STATUS_AFTER
public static final Integer NOTICE_NO
public static final Integer NOTICE_YES
public static final Integer HAVE_NOTICE
public static final Integer UN_NOTICE
public static final int ALL_PERSON
public static final int ALL_PAY_PERSON
public static final int ALL_FREE_PERSON
public static final int PERSON
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public Integer getPersonType()
public void setPersonType(Integer personType)
public String getContent()
public void setContent(String content)
public String getUrl()
public void setUrl(String url)
public Integer getType()
public void setType(Integer type)
public Long getPushAt()
public void setPushAt(Long pushAt)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getSynchronize()
public void setSynchronize(Integer synchronize)
public Integer getNoticeStatus()
public void setNoticeStatus(Integer noticeStatus)
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 Integer getRead()
public void setRead(Integer read)
Copyright © 2022. All rights reserved.