public class NoticeHistory extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_READ
已读
|
static Integer |
STATUS_UNREAD
未读
|
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
零客
|
| 构造器和说明 |
|---|
NoticeHistory() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getNoticeId() |
Integer |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
String |
getUserType() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setNoticeId(Long noticeId) |
void |
setStatus(Integer status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
void |
setUserType(String userType) |
String |
toString() |
public static final Integer STATUS_UNREAD
public static final Integer STATUS_READ
public Long getId()
public void setId(Long id)
public Long getNoticeId()
public void setNoticeId(Long noticeId)
public Long getUserId()
public void setUserId(Long userId)
public String getUserType()
public void setUserType(String userType)
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.