public class Reply extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
DELETE_STATUS_DELETED |
static Integer |
DELETE_STATUS_NORMAL
1、非删除
2、删除
|
| Constructor and Description |
|---|
Reply() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getDeleteStatus() |
Integer |
getFloor() |
Long |
getId() |
Long |
getPid() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setContent(String content) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setDeleteStatus(Integer deleteStatus) |
void |
setFloor(Integer floor) |
void |
setId(Long id) |
void |
setPid(Long pid) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer DELETE_STATUS_NORMAL
public static final Integer DELETE_STATUS_DELETED
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public Long getPid()
public void setPid(Long pid)
public Integer getFloor()
public void setFloor(Integer floor)
public String getContent()
public void setContent(String content)
public Integer getDeleteStatus()
public void setDeleteStatus(Integer deleteStatus)
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 © 2019. All rights reserved.