|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evernote.edam.type.SharedNotebook
public class SharedNotebook
Shared notebooks represent a relationship between a notebook and a single share invitation recipient.
Nested Class Summary | |
---|---|
static class |
SharedNotebook._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static java.util.Map<SharedNotebook._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
SharedNotebook()
|
|
SharedNotebook(SharedNotebook other)
Performs a deep copy on other. |
Method Summary | |
---|---|
SharedNotebook |
clone()
Deprecated. |
int |
compareTo(SharedNotebook other)
|
SharedNotebook |
deepCopy()
|
boolean |
equals(java.lang.Object that)
|
boolean |
equals(SharedNotebook that)
|
java.lang.String |
getEmail()
|
java.lang.Object |
getFieldValue(int fieldId)
|
java.lang.Object |
getFieldValue(SharedNotebook._Fields field)
|
long |
getId()
|
java.lang.String |
getNotebookGuid()
|
long |
getServiceCreated()
|
java.lang.String |
getShareKey()
|
int |
getUserId()
|
java.lang.String |
getUsername()
|
int |
hashCode()
|
boolean |
isNotebookModifiable()
|
boolean |
isRequireLogin()
|
boolean |
isSet(int fieldID)
|
boolean |
isSet(SharedNotebook._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise |
boolean |
isSetEmail()
Returns true if field email is set (has been asigned a value) and false otherwise |
boolean |
isSetId()
Returns true if field id is set (has been asigned a value) and false otherwise |
boolean |
isSetNotebookGuid()
Returns true if field notebookGuid is set (has been asigned a value) and false otherwise |
boolean |
isSetNotebookModifiable()
Returns true if field notebookModifiable is set (has been asigned a value) and false otherwise |
boolean |
isSetRequireLogin()
Returns true if field requireLogin is set (has been asigned a value) and false otherwise |
boolean |
isSetServiceCreated()
Returns true if field serviceCreated is set (has been asigned a value) and false otherwise |
boolean |
isSetShareKey()
Returns true if field shareKey is set (has been asigned a value) and false otherwise |
boolean |
isSetUserId()
Returns true if field userId is set (has been asigned a value) and false otherwise |
boolean |
isSetUsername()
Returns true if field username is set (has been asigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setEmail(java.lang.String email)
|
void |
setEmailIsSet(boolean value)
|
void |
setFieldValue(int fieldID,
java.lang.Object value)
|
void |
setFieldValue(SharedNotebook._Fields field,
java.lang.Object value)
|
void |
setId(long id)
|
void |
setIdIsSet(boolean value)
|
void |
setNotebookGuid(java.lang.String notebookGuid)
|
void |
setNotebookGuidIsSet(boolean value)
|
void |
setNotebookModifiable(boolean notebookModifiable)
|
void |
setNotebookModifiableIsSet(boolean value)
|
void |
setRequireLogin(boolean requireLogin)
|
void |
setRequireLoginIsSet(boolean value)
|
void |
setServiceCreated(long serviceCreated)
|
void |
setServiceCreatedIsSet(boolean value)
|
void |
setShareKey(java.lang.String shareKey)
|
void |
setShareKeyIsSet(boolean value)
|
void |
setUserId(int userId)
|
void |
setUserIdIsSet(boolean value)
|
void |
setUsername(java.lang.String username)
|
void |
setUsernameIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetEmail()
|
void |
unsetId()
|
void |
unsetNotebookGuid()
|
void |
unsetNotebookModifiable()
|
void |
unsetRequireLogin()
|
void |
unsetServiceCreated()
|
void |
unsetShareKey()
|
void |
unsetUserId()
|
void |
unsetUsername()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.util.Map<SharedNotebook._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public SharedNotebook()
public SharedNotebook(SharedNotebook other)
Method Detail |
---|
public SharedNotebook deepCopy()
deepCopy
in interface org.apache.thrift.TBase<SharedNotebook._Fields>
@Deprecated public SharedNotebook clone()
clone
in class java.lang.Object
public long getId()
public void setId(long id)
public void unsetId()
public boolean isSetId()
public void setIdIsSet(boolean value)
public int getUserId()
public void setUserId(int userId)
public void unsetUserId()
public boolean isSetUserId()
public void setUserIdIsSet(boolean value)
public java.lang.String getNotebookGuid()
public void setNotebookGuid(java.lang.String notebookGuid)
public void unsetNotebookGuid()
public boolean isSetNotebookGuid()
public void setNotebookGuidIsSet(boolean value)
public java.lang.String getEmail()
public void setEmail(java.lang.String email)
public void unsetEmail()
public boolean isSetEmail()
public void setEmailIsSet(boolean value)
public boolean isNotebookModifiable()
public void setNotebookModifiable(boolean notebookModifiable)
public void unsetNotebookModifiable()
public boolean isSetNotebookModifiable()
public void setNotebookModifiableIsSet(boolean value)
public boolean isRequireLogin()
public void setRequireLogin(boolean requireLogin)
public void unsetRequireLogin()
public boolean isSetRequireLogin()
public void setRequireLoginIsSet(boolean value)
public long getServiceCreated()
public void setServiceCreated(long serviceCreated)
public void unsetServiceCreated()
public boolean isSetServiceCreated()
public void setServiceCreatedIsSet(boolean value)
public java.lang.String getShareKey()
public void setShareKey(java.lang.String shareKey)
public void unsetShareKey()
public boolean isSetShareKey()
public void setShareKeyIsSet(boolean value)
public java.lang.String getUsername()
public void setUsername(java.lang.String username)
public void unsetUsername()
public boolean isSetUsername()
public void setUsernameIsSet(boolean value)
public void setFieldValue(SharedNotebook._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<SharedNotebook._Fields>
public void setFieldValue(int fieldID, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<SharedNotebook._Fields>
public java.lang.Object getFieldValue(SharedNotebook._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<SharedNotebook._Fields>
public java.lang.Object getFieldValue(int fieldId)
getFieldValue
in interface org.apache.thrift.TBase<SharedNotebook._Fields>
public boolean isSet(SharedNotebook._Fields field)
isSet
in interface org.apache.thrift.TBase<SharedNotebook._Fields>
public boolean isSet(int fieldID)
isSet
in interface org.apache.thrift.TBase<SharedNotebook._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(SharedNotebook that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(SharedNotebook other)
compareTo
in interface java.lang.Comparable<SharedNotebook>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<SharedNotebook._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<SharedNotebook._Fields>
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |