public class CommentResponse extends Object implements Serializable
| Constructor and Description |
|---|
CommentResponse()
Default constructor
|
CommentResponse(CommentResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Comment |
getComment()
Return the note log properties.
|
int |
getReplyCount()
Return the count of the notes within the note log.
|
int |
hashCode()
Return hash code for this object
|
void |
setComment(Comment comment)
Set up the not log properties.
|
void |
setReplyCount(int replyCount)
Set up the count of notes within the note log.
|
String |
toString()
JSON-style toString
|
public CommentResponse()
public CommentResponse(CommentResponse template)
template - object to copypublic Comment getComment()
public void setComment(Comment comment)
comment - beanpublic int getReplyCount()
public void setReplyCount(int replyCount)
replyCount - intpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018 ODPi. All rights reserved.