public class Notice extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
CONTENT_TYPE_PDF
pdf
|
static Integer |
CONTENT_TYPE_PIC
图片
|
static Integer |
CONTENT_TYPE_TEXT
TEXT
|
static Integer |
CONTENT_TYPE_URL
URL
|
static Integer |
CONTENT_TYPE_VIDEO
视频
|
static Integer |
STATUS_SENT_DISABLE
禁用
|
static Integer |
STATUS_SENT_FAIL
发送失败
|
static Integer |
STATUS_SENT_SUCCESS
已发送
|
static Integer |
STATUS_UNSENT
未发送
|
static Integer |
TYPE_BANNER
banner
|
static Integer |
TYPE_MESSAGE
banner
|
static Integer |
TYPE_NOTICE
公告
|
static String |
USER_TYPE_AGENT
代理商
|
static String |
USER_TYPE_ALL
全部
|
static String |
USER_TYPE_CUSTOMER
客户
|
static String |
USER_TYPE_GROUP
组群
|
static String |
USER_TYPE_SERVICE
服务商
|
static String |
USER_TYPE_USER
零客
|
| 构造器和说明 |
|---|
Notice() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttachment() |
String |
getContent() |
Integer |
getContentType() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getGroupId() |
Long |
getId() |
Integer |
getReadStatus() |
Long |
getSendTime() |
Integer |
getStatus() |
String |
getTitle() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
List<Long> |
getUserIds() |
String |
getUserType() |
void |
setAttachment(String attachment) |
void |
setContent(String content) |
void |
setContentType(Integer contentType) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGroupId(Long groupId) |
void |
setId(Long id) |
void |
setReadStatus(Integer readStatus) |
void |
setSendTime(Long sendTime) |
void |
setStatus(Integer status) |
void |
setTitle(String title) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUrl(String url) |
void |
setUserIds(List<Long> userIds) |
void |
setUserType(String userType) |
String |
toString() |
public static final Integer TYPE_NOTICE
public static final Integer TYPE_BANNER
public static final Integer TYPE_MESSAGE
public static final Integer CONTENT_TYPE_PIC
public static final Integer CONTENT_TYPE_VIDEO
public static final Integer CONTENT_TYPE_PDF
public static final Integer CONTENT_TYPE_URL
public static final Integer CONTENT_TYPE_TEXT
public static final Integer STATUS_UNSENT
public static final Integer STATUS_SENT_SUCCESS
public static final Integer STATUS_SENT_DISABLE
public static final Integer STATUS_SENT_FAIL
public Long getId()
public void setId(Long id)
public Long getSendTime()
public void setSendTime(Long sendTime)
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public Long getGroupId()
public void setGroupId(Long groupId)
public String getUserType()
public void setUserType(String userType)
public Integer getType()
public void setType(Integer type)
public Integer getContentType()
public void setContentType(Integer contentType)
public String getAttachment()
public void setAttachment(String attachment)
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)
public String getUrl()
public void setUrl(String url)
public Integer getReadStatus()
public void setReadStatus(Integer readStatus)
Copyright © 2021. All rights reserved.