|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evernote.edam.type.Notebook
public class Notebook
A unique container for a set of notes.
Nested Class Summary | |
---|---|
static class |
Notebook._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static java.util.Map<Notebook._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
Notebook()
|
|
Notebook(Notebook other)
Performs a deep copy on other. |
Method Summary | |
---|---|
Notebook |
clone()
Deprecated. |
int |
compareTo(Notebook other)
|
Notebook |
deepCopy()
|
boolean |
equals(Notebook that)
|
boolean |
equals(java.lang.Object that)
|
java.lang.Object |
getFieldValue(int fieldId)
|
java.lang.Object |
getFieldValue(Notebook._Fields field)
|
java.lang.String |
getGuid()
|
java.lang.String |
getName()
|
Publishing |
getPublishing()
|
long |
getServiceCreated()
|
long |
getServiceUpdated()
|
int |
getUpdateSequenceNum()
|
int |
hashCode()
|
boolean |
isDefaultNotebook()
|
boolean |
isPublished()
|
boolean |
isSet(int fieldID)
|
boolean |
isSet(Notebook._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise |
boolean |
isSetDefaultNotebook()
Returns true if field defaultNotebook 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 |
isSetName()
Returns true if field name is set (has been asigned a value) and false otherwise |
boolean |
isSetPublished()
Returns true if field published is set (has been asigned a value) and false otherwise |
boolean |
isSetPublishing()
Returns true if field publishing 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 |
isSetServiceUpdated()
Returns true if field serviceUpdated is set (has been asigned a value) and false otherwise |
boolean |
isSetUpdateSequenceNum()
Returns true if field updateSequenceNum is set (has been asigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setDefaultNotebook(boolean defaultNotebook)
|
void |
setDefaultNotebookIsSet(boolean value)
|
void |
setFieldValue(int fieldID,
java.lang.Object value)
|
void |
setFieldValue(Notebook._Fields field,
java.lang.Object value)
|
void |
setGuid(java.lang.String guid)
|
void |
setGuidIsSet(boolean value)
|
void |
setName(java.lang.String name)
|
void |
setNameIsSet(boolean value)
|
void |
setPublished(boolean published)
|
void |
setPublishedIsSet(boolean value)
|
void |
setPublishing(Publishing publishing)
|
void |
setPublishingIsSet(boolean value)
|
void |
setServiceCreated(long serviceCreated)
|
void |
setServiceCreatedIsSet(boolean value)
|
void |
setServiceUpdated(long serviceUpdated)
|
void |
setServiceUpdatedIsSet(boolean value)
|
void |
setUpdateSequenceNum(int updateSequenceNum)
|
void |
setUpdateSequenceNumIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetDefaultNotebook()
|
void |
unsetGuid()
|
void |
unsetName()
|
void |
unsetPublished()
|
void |
unsetPublishing()
|
void |
unsetServiceCreated()
|
void |
unsetServiceUpdated()
|
void |
unsetUpdateSequenceNum()
|
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<Notebook._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public Notebook()
public Notebook(Notebook other)
Method Detail |
---|
public Notebook deepCopy()
deepCopy
in interface org.apache.thrift.TBase<Notebook._Fields>
@Deprecated public Notebook clone()
clone
in class java.lang.Object
public java.lang.String getGuid()
public void setGuid(java.lang.String guid)
public void unsetGuid()
public boolean isSetGuid()
public void setGuidIsSet(boolean value)
public java.lang.String getName()
public void setName(java.lang.String name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean value)
public int getUpdateSequenceNum()
public void setUpdateSequenceNum(int updateSequenceNum)
public void unsetUpdateSequenceNum()
public boolean isSetUpdateSequenceNum()
public void setUpdateSequenceNumIsSet(boolean value)
public boolean isDefaultNotebook()
public void setDefaultNotebook(boolean defaultNotebook)
public void unsetDefaultNotebook()
public boolean isSetDefaultNotebook()
public void setDefaultNotebookIsSet(boolean value)
public long getServiceCreated()
public void setServiceCreated(long serviceCreated)
public void unsetServiceCreated()
public boolean isSetServiceCreated()
public void setServiceCreatedIsSet(boolean value)
public long getServiceUpdated()
public void setServiceUpdated(long serviceUpdated)
public void unsetServiceUpdated()
public boolean isSetServiceUpdated()
public void setServiceUpdatedIsSet(boolean value)
public Publishing getPublishing()
public void setPublishing(Publishing publishing)
public void unsetPublishing()
public boolean isSetPublishing()
public void setPublishingIsSet(boolean value)
public boolean isPublished()
public void setPublished(boolean published)
public void unsetPublished()
public boolean isSetPublished()
public void setPublishedIsSet(boolean value)
public void setFieldValue(Notebook._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<Notebook._Fields>
public void setFieldValue(int fieldID, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<Notebook._Fields>
public java.lang.Object getFieldValue(Notebook._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<Notebook._Fields>
public java.lang.Object getFieldValue(int fieldId)
getFieldValue
in interface org.apache.thrift.TBase<Notebook._Fields>
public boolean isSet(Notebook._Fields field)
isSet
in interface org.apache.thrift.TBase<Notebook._Fields>
public boolean isSet(int fieldID)
isSet
in interface org.apache.thrift.TBase<Notebook._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(Notebook that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(Notebook other)
compareTo
in interface java.lang.Comparable<Notebook>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<Notebook._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<Notebook._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 |