|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evernote.edam.type.NotebookDescriptor
public class NotebookDescriptor
A structure that describes a notebook or a user's relationship with a notebook. NotebookDescriptor is expected to remain a lighter-weight structure when compared to Notebook.
| Constructor Summary | |
|---|---|
NotebookDescriptor()
|
|
NotebookDescriptor(NotebookDescriptor 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(NotebookDescriptor other)
|
NotebookDescriptor |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(NotebookDescriptor that)
|
boolean |
equals(Object that)
|
String |
getContactName()
|
String |
getGuid()
|
int |
getJoinedUserCount()
|
String |
getNotebookDisplayName()
|
int |
hashCode()
|
boolean |
isHasSharedNotebook()
|
boolean |
isSetContactName()
Returns true if field contactName is set (has been asigned a value) and false otherwise |
boolean |
isSetGuid()
Returns true if field guid is set (has been asigned a value) and false otherwise |
boolean |
isSetHasSharedNotebook()
Returns true if field hasSharedNotebook is set (has been asigned a value) and false otherwise |
boolean |
isSetJoinedUserCount()
Returns true if field joinedUserCount is set (has been asigned a value) and false otherwise |
boolean |
isSetNotebookDisplayName()
Returns true if field notebookDisplayName 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 |
setContactName(String contactName)
|
void |
setContactNameIsSet(boolean value)
|
void |
setGuid(String guid)
|
void |
setGuidIsSet(boolean value)
|
void |
setHasSharedNotebook(boolean hasSharedNotebook)
|
void |
setHasSharedNotebookIsSet(boolean value)
|
void |
setJoinedUserCount(int joinedUserCount)
|
void |
setJoinedUserCountIsSet(boolean value)
|
void |
setNotebookDisplayName(String notebookDisplayName)
|
void |
setNotebookDisplayNameIsSet(boolean value)
|
String |
toString()
|
void |
unsetContactName()
|
void |
unsetGuid()
|
void |
unsetHasSharedNotebook()
|
void |
unsetJoinedUserCount()
|
void |
unsetNotebookDisplayName()
|
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 NotebookDescriptor()
public NotebookDescriptor(NotebookDescriptor other)
| Method Detail |
|---|
public NotebookDescriptor deepCopy()
TBase
deepCopy in interface TBase<NotebookDescriptor>public void clear()
TBase
clear in interface TBase<NotebookDescriptor>public String getGuid()
public void setGuid(String guid)
public void unsetGuid()
public boolean isSetGuid()
public void setGuidIsSet(boolean value)
public String getNotebookDisplayName()
public void setNotebookDisplayName(String notebookDisplayName)
public void unsetNotebookDisplayName()
public boolean isSetNotebookDisplayName()
public void setNotebookDisplayNameIsSet(boolean value)
public String getContactName()
public void setContactName(String contactName)
public void unsetContactName()
public boolean isSetContactName()
public void setContactNameIsSet(boolean value)
public boolean isHasSharedNotebook()
public void setHasSharedNotebook(boolean hasSharedNotebook)
public void unsetHasSharedNotebook()
public boolean isSetHasSharedNotebook()
public void setHasSharedNotebookIsSet(boolean value)
public int getJoinedUserCount()
public void setJoinedUserCount(int joinedUserCount)
public void unsetJoinedUserCount()
public boolean isSetJoinedUserCount()
public void setJoinedUserCountIsSet(boolean value)
public boolean equals(Object that)
equals in class Objectpublic boolean equals(NotebookDescriptor that)
public int hashCode()
hashCode in class Objectpublic int compareTo(NotebookDescriptor other)
compareTo in interface Comparable<NotebookDescriptor>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<NotebookDescriptor>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<NotebookDescriptor>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 | ||||||||