|
|||||||||
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,FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
NoteAttributes()
|
|
NoteAttributes(NoteAttributes other)
Performs a deep copy on other. |
Method Summary | |
---|---|
void |
clear()
|
int |
compareTo(NoteAttributes other)
|
NoteAttributes |
deepCopy()
|
boolean |
equals(NoteAttributes that)
|
boolean |
equals(java.lang.Object that)
|
NoteAttributes._Fields |
fieldForId(int fieldId)
|
double |
getAltitude()
|
java.lang.String |
getAuthor()
|
java.lang.Object |
getFieldValue(NoteAttributes._Fields field)
|
double |
getLatitude()
|
double |
getLongitude()
|
long |
getShareDate()
|
java.lang.String |
getSource()
|
java.lang.String |
getSourceApplication()
|
java.lang.String |
getSourceURL()
|
long |
getSubjectDate()
|
int |
hashCode()
|
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 |
isSetShareDate()
Returns true if field shareDate 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(TProtocol iprot)
|
void |
setAltitude(double altitude)
|
void |
setAltitudeIsSet(boolean value)
|
void |
setAuthor(java.lang.String author)
|
void |
setAuthorIsSet(boolean 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 |
setShareDate(long shareDate)
|
void |
setShareDateIsSet(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 |
unsetShareDate()
|
void |
unsetSource()
|
void |
unsetSourceApplication()
|
void |
unsetSourceURL()
|
void |
unsetSubjectDate()
|
void |
validate()
|
void |
write(TProtocol oprot)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.util.Map<NoteAttributes._Fields,FieldMetaData> metaDataMap
Constructor Detail |
---|
public NoteAttributes()
public NoteAttributes(NoteAttributes other)
Method Detail |
---|
public NoteAttributes deepCopy()
public void clear()
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 long getShareDate()
public void setShareDate(long shareDate)
public void unsetShareDate()
public boolean isSetShareDate()
public void setShareDateIsSet(boolean value)
public void setFieldValue(NoteAttributes._Fields field, java.lang.Object value)
public java.lang.Object getFieldValue(NoteAttributes._Fields field)
public boolean isSet(NoteAttributes._Fields field)
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)
public NoteAttributes._Fields fieldForId(int fieldId)
public void read(TProtocol iprot) throws TException
TException
public void write(TProtocol oprot) throws TException
TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws TException
TException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |