public class NoteLogResponse extends OCFOMASAPIResponse
| Constructor and Description |
|---|
NoteLogResponse()
Default constructor
|
NoteLogResponse(NoteLogResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
int |
getNoteCount()
Return the count of the notes within the note log.
|
NoteLog |
getNoteLog()
Return the note log properties.
|
List<Note> |
getNotes()
Return the notes in the note log.
|
int |
hashCode()
Return hash code for this object
|
void |
setNoteCount(int noteCount)
Set up the count of notes within the note log.
|
void |
setNoteLog(NoteLog noteLog)
Set up the not log properties.
|
void |
setNotes(List<Note> notes)
Set up the list of notes from 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 NoteLogResponse()
public NoteLogResponse(NoteLogResponse template)
template - object to copypublic NoteLog getNoteLog()
public void setNoteLog(NoteLog noteLog)
noteLog - beanpublic void setNotes(List<Note> notes)
notes - list of notespublic int getNoteCount()
public void setNoteCount(int noteCount)
noteCount - 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.