Class CommentDto
- java.lang.Object
-
- com.restapi.template.api.community.dto.CommentDto
-
public class CommentDto extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringcommenterIdprivate java.lang.LongcommentIdprivate java.time.LocalDateTimecreatedDateprivate java.lang.Stringmessageprivate java.time.LocalDateTimemodifiedDate
-
Constructor Summary
Constructors Constructor Description CommentDto(Comment comment)Comment to Dto.
-
-
-
Constructor Detail
-
CommentDto
public CommentDto(Comment comment)
Comment to Dto.- Parameters:
comment- 댓글
-
-