public class Message extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
NOTICE_STATUS_NOT
三方不推送
|
static Integer |
NOTICE_STATUS_PUSH
三方推送
|
static Integer |
STATUS_PUSH
推送
|
static Integer |
STATUS_WAIT
草稿
|
static Integer |
TYPE_DELAY
定时推送
|
static Integer |
TYPE_NOW
立即推送
|
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getNoticeStatus() |
Integer |
getPersonType() |
Long |
getPushAt() |
Integer |
getStatus() |
String |
getSubTitle() |
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 |
setStatus(Integer status) |
void |
setSubTitle(String subTitle) |
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_DELAY
public static final Integer STATUS_WAIT
public static final Integer STATUS_PUSH
public static final Integer NOTICE_STATUS_PUSH
public static final Integer NOTICE_STATUS_NOT
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public String getSubTitle()
public void setSubTitle(String subTitle)
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 Integer getSynchronize()
public void setSynchronize(Integer synchronize)
public Integer getNoticeStatus()
public void setNoticeStatus(Integer noticeStatus)
public Long getPushAt()
public void setPushAt(Long pushAt)
public Integer getStatus()
public void setStatus(Integer status)
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 © 2018. All rights reserved.