public class NoteLogResponse extends AssetConsumerOMASAPIResponse
| 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.
|
NoteLog |
getNoteLog()
Return the note log header.
|
List<Note> |
getNotes()
Return the notes in the note log.
|
int |
getStartingFromElement()
Return the starting element number from the server side list that this response contains.
|
int |
getTotalListSize()
Return the size of the list at the server side.
|
int |
hashCode()
Return hash code for this object
|
void |
setNoteLog(NoteLog noteLog)
Set up the note log header
|
void |
setNotes(List<Note> notes)
Set up the list of notes from the note log.
|
void |
setStartingFromElement(int startingFromElement)
Set up the starting element number from the server side list that this response contains.
|
void |
setTotalListSize(int totalListSize)
Set up the size of the list at the server side.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic NoteLogResponse()
public NoteLogResponse(NoteLogResponse template)
template - object to copypublic NoteLog getNoteLog()
public void setNoteLog(NoteLog noteLog)
noteLog - note log headerpublic void setNotes(List<Note> notes)
notes - list of notespublic int getStartingFromElement()
public void setStartingFromElement(int startingFromElement)
startingFromElement - intpublic int getTotalListSize()
public void setTotalListSize(int totalListSize)
totalListSize - intpublic String toString()
toString in class AssetConsumerOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class AssetConsumerOMASAPIResponseobjectToCompare - test objectpublic int hashCode()
hashCode in class AssetConsumerOMASAPIResponseCopyright © 2018 ODPi. All rights reserved.