public class Notice extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
GROUP_TYPE_ALL
全部
|
static String |
GROUP_TYPE_ASSIGN
自定义
|
static String |
GROUP_TYPE_CUSTOMER
客户
|
static String |
GROUP_TYPE_INDIVIDUAL
零客
|
static Integer |
STATUS_SENT_FAIL
发送失败
|
static Integer |
STATUS_SENT_SUCCESS
已发送
|
static Integer |
STATUS_UNSENT
未发送
|
static Integer |
TYPE_NOTICE
公告
|
static Integer |
TYPE_POP
弹窗
|
| 构造器和说明 |
|---|
Notice() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttachment() |
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getGroupType() |
Long |
getId() |
Long |
getSendTime() |
Integer |
getStatus() |
String |
getTitle() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAttachment(String attachment) |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGroupType(String groupType) |
void |
setId(Long id) |
void |
setSendTime(Long sendTime) |
void |
setStatus(Integer status) |
void |
setTitle(String title) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer TYPE_NOTICE
public static final Integer TYPE_POP
public static final Integer STATUS_UNSENT
public static final Integer STATUS_SENT_SUCCESS
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 String getGroupType()
public void setGroupType(String groupType)
public Integer getType()
public void setType(Integer type)
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)
Copyright © 2021. All rights reserved.