|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evernote.edam.notestore.NoteCollectionCounts
public class NoteCollectionCounts
A data structure representing the number of notes for each notebook and tag with a non-zero set of applicable notes.
| Constructor Summary | |
|---|---|
NoteCollectionCounts()
|
|
NoteCollectionCounts(NoteCollectionCounts other)
Performs a deep copy on other. |
|
| Method Summary | |
|---|---|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(NoteCollectionCounts other)
|
NoteCollectionCounts |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(NoteCollectionCounts that)
|
boolean |
equals(Object that)
|
Map<String,Integer> |
getNotebookCounts()
|
int |
getNotebookCountsSize()
|
Map<String,Integer> |
getTagCounts()
|
int |
getTagCountsSize()
|
int |
getTrashCount()
|
int |
hashCode()
|
boolean |
isSetNotebookCounts()
Returns true if field notebookCounts is set (has been asigned a value) and false otherwise |
boolean |
isSetTagCounts()
Returns true if field tagCounts is set (has been asigned a value) and false otherwise |
boolean |
isSetTrashCount()
Returns true if field trashCount is set (has been asigned a value) and false otherwise |
void |
putToNotebookCounts(String key,
int val)
|
void |
putToTagCounts(String key,
int val)
|
void |
read(TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setNotebookCounts(Map<String,Integer> notebookCounts)
|
void |
setNotebookCountsIsSet(boolean value)
|
void |
setTagCounts(Map<String,Integer> tagCounts)
|
void |
setTagCountsIsSet(boolean value)
|
void |
setTrashCount(int trashCount)
|
void |
setTrashCountIsSet(boolean value)
|
String |
toString()
|
void |
unsetNotebookCounts()
|
void |
unsetTagCounts()
|
void |
unsetTrashCount()
|
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 NoteCollectionCounts()
public NoteCollectionCounts(NoteCollectionCounts other)
| Method Detail |
|---|
public NoteCollectionCounts deepCopy()
TBase
deepCopy in interface TBase<NoteCollectionCounts>public void clear()
TBase
clear in interface TBase<NoteCollectionCounts>public int getNotebookCountsSize()
public void putToNotebookCounts(String key,
int val)
public Map<String,Integer> getNotebookCounts()
public void setNotebookCounts(Map<String,Integer> notebookCounts)
public void unsetNotebookCounts()
public boolean isSetNotebookCounts()
public void setNotebookCountsIsSet(boolean value)
public int getTagCountsSize()
public void putToTagCounts(String key,
int val)
public Map<String,Integer> getTagCounts()
public void setTagCounts(Map<String,Integer> tagCounts)
public void unsetTagCounts()
public boolean isSetTagCounts()
public void setTagCountsIsSet(boolean value)
public int getTrashCount()
public void setTrashCount(int trashCount)
public void unsetTrashCount()
public boolean isSetTrashCount()
public void setTrashCountIsSet(boolean value)
public boolean equals(Object that)
equals in class Objectpublic boolean equals(NoteCollectionCounts that)
public int hashCode()
hashCode in class Objectpublic int compareTo(NoteCollectionCounts other)
compareTo in interface Comparable<NoteCollectionCounts>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<NoteCollectionCounts>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<NoteCollectionCounts>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 | ||||||||