public class CommentDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommentDTO.EntryPointEnum
Gets or Sets entryPoint
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CATEGORY |
static String |
SERIALIZED_NAME_COMMENTER_INFO |
static String |
SERIALIZED_NAME_CONTENT |
static String |
SERIALIZED_NAME_CREATED_BY |
static String |
SERIALIZED_NAME_CREATED_TIME |
static String |
SERIALIZED_NAME_ENTRY_POINT |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_PARENT_COMMENT_ID |
static String |
SERIALIZED_NAME_REPLIES |
static String |
SERIALIZED_NAME_UPDATED_TIME |
| Constructor and Description |
|---|
CommentDTO() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_CONTENT
public static final String SERIALIZED_NAME_CREATED_TIME
public static final String SERIALIZED_NAME_CREATED_BY
public static final String SERIALIZED_NAME_UPDATED_TIME
public static final String SERIALIZED_NAME_CATEGORY
public static final String SERIALIZED_NAME_PARENT_COMMENT_ID
public static final String SERIALIZED_NAME_ENTRY_POINT
public static final String SERIALIZED_NAME_COMMENTER_INFO
public static final String SERIALIZED_NAME_REPLIES
public CommentDTO id(String id)
public void setId(String id)
public CommentDTO content(String content)
public String getContent()
public void setContent(String content)
public CommentDTO createdTime(String createdTime)
public void setCreatedTime(String createdTime)
public CommentDTO createdBy(String createdBy)
public void setCreatedBy(String createdBy)
public CommentDTO updatedTime(String updatedTime)
public void setUpdatedTime(String updatedTime)
public CommentDTO category(String category)
public void setCategory(String category)
public CommentDTO parentCommentId(String parentCommentId)
@Nullable public String getParentCommentId()
public void setParentCommentId(String parentCommentId)
public CommentDTO entryPoint(CommentDTO.EntryPointEnum entryPoint)
@Nullable public CommentDTO.EntryPointEnum getEntryPoint()
public void setEntryPoint(CommentDTO.EntryPointEnum entryPoint)
public CommentDTO commenterInfo(CommenterInfoDTO commenterInfo)
@Nullable public CommenterInfoDTO getCommenterInfo()
public void setCommenterInfo(CommenterInfoDTO commenterInfo)
public CommentDTO replies(CommentListDTO replies)
@Nullable public CommentListDTO getReplies()
public void setReplies(CommentListDTO replies)
Copyright © 2021 WSO2 Inc. All rights reserved.