|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evernote.edam.type.NoteAttributes
public class NoteAttributes
The list of optional attributes that can be stored on a note.
Nested Class Summary | |
---|---|
static class |
NoteAttributes._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static java.util.Map<NoteAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
NoteAttributes()
|
|
NoteAttributes(NoteAttributes other)
Performs a deep copy on other. |
Method Summary | |
---|---|
NoteAttributes |
clone()
Deprecated. |
int |
compareTo(NoteAttributes other)
|
NoteAttributes |
deepCopy()
|
boolean |
equals(NoteAttributes that)
|
boolean |
equals(java.lang.Object that)
|
double |
getAltitude()
|
java.lang.String |
getAuthor()
|
java.lang.Object |
getFieldValue(int fieldId)
|
java.lang.Object |
getFieldValue(NoteAttributes._Fields field)
|
double |
getLatitude()
|
double |
getLongitude()
|
java.lang.String |
getSource()
|
java.lang.String |
getSourceApplication()
|
java.lang.String |
getSourceURL()
|
long |
getSubjectDate()
|
int |
hashCode()
|
boolean |
isSet(int fieldID)
|
boolean |
isSet(NoteAttributes._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise |
boolean |
isSetAltitude()
Returns true if field altitude is set (has been asigned a value) and false otherwise |
boolean |
isSetAuthor()
Returns true if field author is set (has been asigned a value) and false otherwise |
boolean |
isSetLatitude()
Returns true if field latitude is set (has been asigned a value) and false otherwise |
boolean |
isSetLongitude()
Returns true if field longitude is set (has been asigned a value) and false otherwise |
boolean |
isSetSource()
Returns true if field source is set (has been asigned a value) and false otherwise |
boolean |
isSetSourceApplication()
Returns true if field sourceApplication is set (has been asigned a value) and false otherwise |
boolean |
isSetSourceURL()
Returns true if field sourceURL is set (has been asigned a value) and false otherwise |
boolean |
isSetSubjectDate()
Returns true if field subjectDate is set (has been asigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
void |
setAltitude(double altitude)
|
void |
setAltitudeIsSet(boolean value)
|
void |
setAuthor(java.lang.String author)
|
void |
setAuthorIsSet(boolean value)
|
void |
setFieldValue(int fieldID,
java.lang.Object value)
|
void |
setFieldValue(NoteAttributes._Fields field,
java.lang.Object value)
|
void |
setLatitude(double latitude)
|
void |
setLatitudeIsSet(boolean value)
|
void |
setLongitude(double longitude)
|
void |
setLongitudeIsSet(boolean value)
|
void |
setSource(java.lang.String source)
|
void |
setSourceApplication(java.lang.String sourceApplication)
|
void |
setSourceApplicationIsSet(boolean value)
|
void |
setSourceIsSet(boolean value)
|
void |
setSourceURL(java.lang.String sourceURL)
|
void |
setSourceURLIsSet(boolean value)
|
void |
setSubjectDate(long subjectDate)
|
void |
setSubjectDateIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetAltitude()
|
void |
unsetAuthor()
|
void |
unsetLatitude()
|
void |
unsetLongitude()
|
void |
unsetSource()
|
void |
unsetSourceApplication()
|
void |
unsetSourceURL()
|
void |
unsetSubjectDate()
|
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<NoteAttributes._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public NoteAttributes()
public NoteAttributes(NoteAttributes other)
Method Detail |
---|
public NoteAttributes deepCopy()
deepCopy
in interface org.apache.thrift.TBase<NoteAttributes._Fields>
@Deprecated public NoteAttributes clone()
clone
in class java.lang.Object
public long getSubjectDate()
public void setSubjectDate(long subjectDate)
public void unsetSubjectDate()
public boolean isSetSubjectDate()
public void setSubjectDateIsSet(boolean value)
public double getLatitude()
public void setLatitude(double latitude)
public void unsetLatitude()
public boolean isSetLatitude()
public void setLatitudeIsSet(boolean value)
public double getLongitude()
public void setLongitude(double longitude)
public void unsetLongitude()
public boolean isSetLongitude()
public void setLongitudeIsSet(boolean value)
public double getAltitude()
public void setAltitude(double altitude)
public void unsetAltitude()
public boolean isSetAltitude()
public void setAltitudeIsSet(boolean value)
public java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
public void unsetAuthor()
public boolean isSetAuthor()
public void setAuthorIsSet(boolean value)
public java.lang.String getSource()
public void setSource(java.lang.String source)
public void unsetSource()
public boolean isSetSource()
public void setSourceIsSet(boolean value)
public java.lang.String getSourceURL()
public void setSourceURL(java.lang.String sourceURL)
public void unsetSourceURL()
public boolean isSetSourceURL()
public void setSourceURLIsSet(boolean value)
public java.lang.String getSourceApplication()
public void setSourceApplication(java.lang.String sourceApplication)
public void unsetSourceApplication()
public boolean isSetSourceApplication()
public void setSourceApplicationIsSet(boolean value)
public void setFieldValue(NoteAttributes._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<NoteAttributes._Fields>
public void setFieldValue(int fieldID, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<NoteAttributes._Fields>
public java.lang.Object getFieldValue(NoteAttributes._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<NoteAttributes._Fields>
public java.lang.Object getFieldValue(int fieldId)
getFieldValue
in interface org.apache.thrift.TBase<NoteAttributes._Fields>
public boolean isSet(NoteAttributes._Fields field)
isSet
in interface org.apache.thrift.TBase<NoteAttributes._Fields>
public boolean isSet(int fieldID)
isSet
in interface org.apache.thrift.TBase<NoteAttributes._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(NoteAttributes that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(NoteAttributes other)
compareTo
in interface java.lang.Comparable<NoteAttributes>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<NoteAttributes._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<NoteAttributes._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 |