public class CommentResponse extends OCFOMASAPIResponse
| 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
|
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic 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()
toString in class OCFOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.