public class YfyComment extends YfyBaseDTO
| Constructor and Description |
|---|
YfyComment() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCommentId() |
String |
getContent() |
Long |
getCreatedAt() |
Long |
getFileId() |
YfyMiniUser |
getUser() |
void |
setCommentId(Long commentId) |
void |
setContent(String content) |
void |
setCreatedAt(Long createdAt) |
void |
setFileId(Long fileId) |
void |
setUser(YfyMiniUser user) |
public Long getCommentId()
public void setCommentId(Long commentId)
public String getContent()
public void setContent(String content)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getFileId()
public void setFileId(Long fileId)
public YfyMiniUser getUser()
public void setUser(YfyMiniUser user)
Copyright © 2017 YiFangYun. All rights reserved.