public class NoteLogResponse extends Object implements Serializable
| 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.
|
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.
|
String |
toString()
JSON-style toString
|
public NoteLogResponse()
public NoteLogResponse(NoteLogResponse template)
template - object to copypublic NoteLog getNoteLog()
public void setNoteLog(NoteLog noteLog)
noteLog - beanpublic int getNoteCount()
public void setNoteCount(int noteCount)
noteCount - intpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018 ODPi. All rights reserved.