|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evernote.edam.notestore.NoteStore.getFilteredSyncChunk_args
public static class NoteStore.getFilteredSyncChunk_args
Nested Class Summary | |
---|---|
static class |
NoteStore.getFilteredSyncChunk_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
static java.util.Map<NoteStore.getFilteredSyncChunk_args._Fields,FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
NoteStore.getFilteredSyncChunk_args()
|
|
NoteStore.getFilteredSyncChunk_args(NoteStore.getFilteredSyncChunk_args other)
Performs a deep copy on other. |
|
NoteStore.getFilteredSyncChunk_args(java.lang.String authenticationToken,
int afterUSN,
int maxEntries,
SyncChunkFilter filter)
|
Method Summary | |
---|---|
void |
clear()
|
int |
compareTo(NoteStore.getFilteredSyncChunk_args other)
|
NoteStore.getFilteredSyncChunk_args |
deepCopy()
|
boolean |
equals(NoteStore.getFilteredSyncChunk_args that)
|
boolean |
equals(java.lang.Object that)
|
NoteStore.getFilteredSyncChunk_args._Fields |
fieldForId(int fieldId)
|
int |
getAfterUSN()
|
java.lang.String |
getAuthenticationToken()
|
java.lang.Object |
getFieldValue(NoteStore.getFilteredSyncChunk_args._Fields field)
|
SyncChunkFilter |
getFilter()
|
int |
getMaxEntries()
|
int |
hashCode()
|
boolean |
isSet(NoteStore.getFilteredSyncChunk_args._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise |
boolean |
isSetAfterUSN()
Returns true if field afterUSN is set (has been asigned a value) and false otherwise |
boolean |
isSetAuthenticationToken()
Returns true if field authenticationToken is set (has been asigned a value) and false otherwise |
boolean |
isSetFilter()
Returns true if field filter is set (has been asigned a value) and false otherwise |
boolean |
isSetMaxEntries()
Returns true if field maxEntries is set (has been asigned a value) and false otherwise |
void |
read(TProtocol iprot)
|
void |
setAfterUSN(int afterUSN)
|
void |
setAfterUSNIsSet(boolean value)
|
void |
setAuthenticationToken(java.lang.String authenticationToken)
|
void |
setAuthenticationTokenIsSet(boolean value)
|
void |
setFieldValue(NoteStore.getFilteredSyncChunk_args._Fields field,
java.lang.Object value)
|
void |
setFilter(SyncChunkFilter filter)
|
void |
setFilterIsSet(boolean value)
|
void |
setMaxEntries(int maxEntries)
|
void |
setMaxEntriesIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetAfterUSN()
|
void |
unsetAuthenticationToken()
|
void |
unsetFilter()
|
void |
unsetMaxEntries()
|
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<NoteStore.getFilteredSyncChunk_args._Fields,FieldMetaData> metaDataMap
Constructor Detail |
---|
public NoteStore.getFilteredSyncChunk_args()
public NoteStore.getFilteredSyncChunk_args(java.lang.String authenticationToken, int afterUSN, int maxEntries, SyncChunkFilter filter)
public NoteStore.getFilteredSyncChunk_args(NoteStore.getFilteredSyncChunk_args other)
Method Detail |
---|
public NoteStore.getFilteredSyncChunk_args deepCopy()
public void clear()
public java.lang.String getAuthenticationToken()
public void setAuthenticationToken(java.lang.String authenticationToken)
public void unsetAuthenticationToken()
public boolean isSetAuthenticationToken()
public void setAuthenticationTokenIsSet(boolean value)
public int getAfterUSN()
public void setAfterUSN(int afterUSN)
public void unsetAfterUSN()
public boolean isSetAfterUSN()
public void setAfterUSNIsSet(boolean value)
public int getMaxEntries()
public void setMaxEntries(int maxEntries)
public void unsetMaxEntries()
public boolean isSetMaxEntries()
public void setMaxEntriesIsSet(boolean value)
public SyncChunkFilter getFilter()
public void setFilter(SyncChunkFilter filter)
public void unsetFilter()
public boolean isSetFilter()
public void setFilterIsSet(boolean value)
public void setFieldValue(NoteStore.getFilteredSyncChunk_args._Fields field, java.lang.Object value)
public java.lang.Object getFieldValue(NoteStore.getFilteredSyncChunk_args._Fields field)
public boolean isSet(NoteStore.getFilteredSyncChunk_args._Fields field)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(NoteStore.getFilteredSyncChunk_args that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(NoteStore.getFilteredSyncChunk_args other)
public NoteStore.getFilteredSyncChunk_args._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 |