Class CommentDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.CommentDTO
CommentDTO
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommenterInfo(CommenterInfoDTO commenterInfo) createdTime(String createdTime) entryPoint(CommentDTO.EntryPointEnum entryPoint) booleanGet categoryGet commenterInfoGet contentGet createdByGet createdTimeGet entryPointgetId()Get idGet parentCommentIdGet repliesGet updatedTimeinthashCode()parentCommentId(String parentCommentId) replies(CommentListDTO replies) voidsetCategory(String category) voidsetCommenterInfo(CommenterInfoDTO commenterInfo) voidsetContent(String content) voidsetCreatedBy(String createdBy) voidsetCreatedTime(String createdTime) voidsetEntryPoint(CommentDTO.EntryPointEnum entryPoint) voidvoidsetParentCommentId(String parentCommentId) voidsetReplies(CommentListDTO replies) voidsetUpdatedTime(String updatedTime) toString()updatedTime(String updatedTime)
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_CONTENT
- See Also:
-
SERIALIZED_NAME_CREATED_TIME
- See Also:
-
SERIALIZED_NAME_CREATED_BY
- See Also:
-
SERIALIZED_NAME_UPDATED_TIME
- See Also:
-
SERIALIZED_NAME_CATEGORY
- See Also:
-
SERIALIZED_NAME_PARENT_COMMENT_ID
- See Also:
-
SERIALIZED_NAME_ENTRY_POINT
- See Also:
-
SERIALIZED_NAME_COMMENTER_INFO
- See Also:
-
SERIALIZED_NAME_REPLIES
- See Also:
-
-
Constructor Details
-
CommentDTO
public CommentDTO()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
content
-
getContent
Get content- Returns:
- content
-
setContent
-
createdTime
-
getCreatedTime
Get createdTime- Returns:
- createdTime
-
setCreatedTime
-
createdBy
-
getCreatedBy
Get createdBy- Returns:
- createdBy
-
setCreatedBy
-
updatedTime
-
getUpdatedTime
Get updatedTime- Returns:
- updatedTime
-
setUpdatedTime
-
category
-
getCategory
Get category- Returns:
- category
-
setCategory
-
parentCommentId
-
getParentCommentId
Get parentCommentId- Returns:
- parentCommentId
-
setParentCommentId
-
entryPoint
-
getEntryPoint
Get entryPoint- Returns:
- entryPoint
-
setEntryPoint
-
commenterInfo
-
getCommenterInfo
Get commenterInfo- Returns:
- commenterInfo
-
setCommenterInfo
-
replies
-
getReplies
Get replies- Returns:
- replies
-
setReplies
-
equals
-
hashCode
public int hashCode() -
toString
-