|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evernote.edam.notestore.NoteList
public class NoteList
A small structure for returning a list of notes out of a larger set.
| Constructor Summary | |
|---|---|
NoteList()
|
|
NoteList(int startIndex,
int totalNotes,
List<Note> notes)
|
|
NoteList(NoteList other)
Performs a deep copy on other. |
|
| Method Summary | |
|---|---|
void |
addToNotes(Note elem)
|
void |
addToSearchedWords(String elem)
|
void |
addToStoppedWords(String elem)
|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(NoteList other)
|
NoteList |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(NoteList that)
|
boolean |
equals(Object that)
|
List<Note> |
getNotes()
|
Iterator<Note> |
getNotesIterator()
|
int |
getNotesSize()
|
List<String> |
getSearchedWords()
|
Iterator<String> |
getSearchedWordsIterator()
|
int |
getSearchedWordsSize()
|
int |
getStartIndex()
|
List<String> |
getStoppedWords()
|
Iterator<String> |
getStoppedWordsIterator()
|
int |
getStoppedWordsSize()
|
int |
getTotalNotes()
|
int |
getUpdateCount()
|
int |
hashCode()
|
boolean |
isSetNotes()
Returns true if field notes is set (has been asigned a value) and false otherwise |
boolean |
isSetSearchedWords()
Returns true if field searchedWords is set (has been asigned a value) and false otherwise |
boolean |
isSetStartIndex()
Returns true if field startIndex is set (has been asigned a value) and false otherwise |
boolean |
isSetStoppedWords()
Returns true if field stoppedWords is set (has been asigned a value) and false otherwise |
boolean |
isSetTotalNotes()
Returns true if field totalNotes is set (has been asigned a value) and false otherwise |
boolean |
isSetUpdateCount()
Returns true if field updateCount is set (has been asigned a value) and false otherwise |
void |
read(TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setNotes(List<Note> notes)
|
void |
setNotesIsSet(boolean value)
|
void |
setSearchedWords(List<String> searchedWords)
|
void |
setSearchedWordsIsSet(boolean value)
|
void |
setStartIndex(int startIndex)
|
void |
setStartIndexIsSet(boolean value)
|
void |
setStoppedWords(List<String> stoppedWords)
|
void |
setStoppedWordsIsSet(boolean value)
|
void |
setTotalNotes(int totalNotes)
|
void |
setTotalNotesIsSet(boolean value)
|
void |
setUpdateCount(int updateCount)
|
void |
setUpdateCountIsSet(boolean value)
|
String |
toString()
|
void |
unsetNotes()
|
void |
unsetSearchedWords()
|
void |
unsetStartIndex()
|
void |
unsetStoppedWords()
|
void |
unsetTotalNotes()
|
void |
unsetUpdateCount()
|
void |
validate()
|
void |
write(TProtocol oprot)
Writes the object to the given protocol. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoteList()
public NoteList(int startIndex,
int totalNotes,
List<Note> notes)
public NoteList(NoteList other)
| Method Detail |
|---|
public NoteList deepCopy()
TBase
deepCopy in interface TBase<NoteList>public void clear()
TBase
clear in interface TBase<NoteList>public int getStartIndex()
public void setStartIndex(int startIndex)
public void unsetStartIndex()
public boolean isSetStartIndex()
public void setStartIndexIsSet(boolean value)
public int getTotalNotes()
public void setTotalNotes(int totalNotes)
public void unsetTotalNotes()
public boolean isSetTotalNotes()
public void setTotalNotesIsSet(boolean value)
public int getNotesSize()
public Iterator<Note> getNotesIterator()
public void addToNotes(Note elem)
public List<Note> getNotes()
public void setNotes(List<Note> notes)
public void unsetNotes()
public boolean isSetNotes()
public void setNotesIsSet(boolean value)
public int getStoppedWordsSize()
public Iterator<String> getStoppedWordsIterator()
public void addToStoppedWords(String elem)
public List<String> getStoppedWords()
public void setStoppedWords(List<String> stoppedWords)
public void unsetStoppedWords()
public boolean isSetStoppedWords()
public void setStoppedWordsIsSet(boolean value)
public int getSearchedWordsSize()
public Iterator<String> getSearchedWordsIterator()
public void addToSearchedWords(String elem)
public List<String> getSearchedWords()
public void setSearchedWords(List<String> searchedWords)
public void unsetSearchedWords()
public boolean isSetSearchedWords()
public void setSearchedWordsIsSet(boolean value)
public int getUpdateCount()
public void setUpdateCount(int updateCount)
public void unsetUpdateCount()
public boolean isSetUpdateCount()
public void setUpdateCountIsSet(boolean value)
public boolean equals(Object that)
equals in class Objectpublic boolean equals(NoteList that)
public int hashCode()
hashCode in class Objectpublic int compareTo(NoteList other)
compareTo in interface Comparable<NoteList>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<NoteList>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<NoteList>oprot - Output protocol
TExceptionpublic String toString()
toString in class Object
public void validate()
throws TException
TException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||