public class CommentDTO extends Object
| Constructor and Description |
|---|
CommentDTO() |
| Modifier and Type | Method and Description |
|---|---|
CommentDTO |
content(String content) |
CommentDTO |
createdBy(String createdBy) |
CommentDTO |
createdTime(String createdTime) |
boolean |
equals(Object o) |
String |
getContent()
Get content
|
String |
getCreatedBy()
Get createdBy
|
String |
getCreatedTime()
Get createdTime
|
String |
getId()
Get id
|
int |
hashCode() |
CommentDTO |
id(String id) |
void |
setContent(String content) |
void |
setCreatedBy(String createdBy) |
void |
setCreatedTime(String createdTime) |
void |
setId(String id) |
String |
toString() |
public CommentDTO id(String id)
public String getId()
public void setId(String id)
public CommentDTO content(String content)
public String getContent()
public void setContent(String content)
public CommentDTO createdTime(String createdTime)
public String getCreatedTime()
public void setCreatedTime(String createdTime)
public CommentDTO createdBy(String createdBy)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
Copyright © 2020 WSO2 Inc. All rights reserved.