public class Message extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
HAVE_NOTICE
定时推送消息,是否已推送过
|
static Integer |
later |
static Integer |
now
立即发送还是定时发送 1--立即 2--定时
|
static Integer |
synchronization
是否同步友盟 1-同步 2-不同步
|
static Integer |
UN_NOTICE |
static Integer |
unsynchronization |
| 构造器和说明 |
|---|
Message() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getNoticeStatus() |
Integer |
getPersonType() |
Long |
getPushAt() |
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 |
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 synchronization
public static final Integer unsynchronization
public static final Integer now
public static final Integer later
public static final Integer HAVE_NOTICE
public static final Integer UN_NOTICE
public Long getId()
public void setId(Long id)
public Integer getNoticeStatus()
public void setNoticeStatus(Integer noticeStatus)
public Integer getSynchronize()
public void setSynchronize(Integer synchronize)
public String getTitle()
public void setTitle(String title)
public Integer getPersonType()
public void setPersonType(Integer personType)
public Integer getType()
public void setType(Integer type)
public String getContent()
public void setContent(String content)
public String getUrl()
public void setUrl(String url)
public Long getPushAt()
public void setPushAt(Long pushAt)
public Integer getStatus()
public void setStatus(Integer status)
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)
Copyright © 2017. All rights reserved.