|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evernote.edam.notestore.NoteVersionId
public class NoteVersionId
Identifying information about previous versions of a note that are backed up within Evernote's servers. Used in the return value of the listNoteVersions call.
| Constructor Summary | |
|---|---|
NoteVersionId()
|
|
NoteVersionId(int updateSequenceNum,
long updated,
long saved,
String title)
|
|
NoteVersionId(NoteVersionId 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(NoteVersionId other)
|
NoteVersionId |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(NoteVersionId that)
|
boolean |
equals(Object that)
|
long |
getSaved()
|
String |
getTitle()
|
long |
getUpdated()
|
int |
getUpdateSequenceNum()
|
int |
hashCode()
|
boolean |
isSetSaved()
Returns true if field saved is set (has been asigned a value) and false otherwise |
boolean |
isSetTitle()
Returns true if field title is set (has been asigned a value) and false otherwise |
boolean |
isSetUpdated()
Returns true if field updated 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(TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setSaved(long saved)
|
void |
setSavedIsSet(boolean value)
|
void |
setTitle(String title)
|
void |
setTitleIsSet(boolean value)
|
void |
setUpdated(long updated)
|
void |
setUpdatedIsSet(boolean value)
|
void |
setUpdateSequenceNum(int updateSequenceNum)
|
void |
setUpdateSequenceNumIsSet(boolean value)
|
String |
toString()
|
void |
unsetSaved()
|
void |
unsetTitle()
|
void |
unsetUpdated()
|
void |
unsetUpdateSequenceNum()
|
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 NoteVersionId()
public NoteVersionId(int updateSequenceNum,
long updated,
long saved,
String title)
public NoteVersionId(NoteVersionId other)
| Method Detail |
|---|
public NoteVersionId deepCopy()
TBase
deepCopy in interface TBase<NoteVersionId>public void clear()
TBase
clear in interface TBase<NoteVersionId>public int getUpdateSequenceNum()
public void setUpdateSequenceNum(int updateSequenceNum)
public void unsetUpdateSequenceNum()
public boolean isSetUpdateSequenceNum()
public void setUpdateSequenceNumIsSet(boolean value)
public long getUpdated()
public void setUpdated(long updated)
public void unsetUpdated()
public boolean isSetUpdated()
public void setUpdatedIsSet(boolean value)
public long getSaved()
public void setSaved(long saved)
public void unsetSaved()
public boolean isSetSaved()
public void setSavedIsSet(boolean value)
public String getTitle()
public void setTitle(String title)
public void unsetTitle()
public boolean isSetTitle()
public void setTitleIsSet(boolean value)
public boolean equals(Object that)
equals in class Objectpublic boolean equals(NoteVersionId that)
public int hashCode()
hashCode in class Objectpublic int compareTo(NoteVersionId other)
compareTo in interface Comparable<NoteVersionId>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<NoteVersionId>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<NoteVersionId>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 | ||||||||