|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evernote.edam.notestore.NoteStore.getNoteSearchText_args
public static class NoteStore.getNoteSearchText_args
Nested Class Summary | |
---|---|
static class |
NoteStore.getNoteSearchText_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.getNoteSearchText_args._Fields,FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
NoteStore.getNoteSearchText_args()
|
|
NoteStore.getNoteSearchText_args(NoteStore.getNoteSearchText_args other)
Performs a deep copy on other. |
|
NoteStore.getNoteSearchText_args(java.lang.String authenticationToken,
java.lang.String guid,
boolean noteOnly,
boolean tokenizeForIndexing)
|
Method Summary | |
---|---|
void |
clear()
|
int |
compareTo(NoteStore.getNoteSearchText_args other)
|
NoteStore.getNoteSearchText_args |
deepCopy()
|
boolean |
equals(NoteStore.getNoteSearchText_args that)
|
boolean |
equals(java.lang.Object that)
|
NoteStore.getNoteSearchText_args._Fields |
fieldForId(int fieldId)
|
java.lang.String |
getAuthenticationToken()
|
java.lang.Object |
getFieldValue(NoteStore.getNoteSearchText_args._Fields field)
|
java.lang.String |
getGuid()
|
int |
hashCode()
|
boolean |
isNoteOnly()
|
boolean |
isSet(NoteStore.getNoteSearchText_args._Fields field)
Returns true if field corresponding to fieldID 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 |
isSetGuid()
Returns true if field guid is set (has been asigned a value) and false otherwise |
boolean |
isSetNoteOnly()
Returns true if field noteOnly is set (has been asigned a value) and false otherwise |
boolean |
isSetTokenizeForIndexing()
Returns true if field tokenizeForIndexing is set (has been asigned a value) and false otherwise |
boolean |
isTokenizeForIndexing()
|
void |
read(TProtocol iprot)
|
void |
setAuthenticationToken(java.lang.String authenticationToken)
|
void |
setAuthenticationTokenIsSet(boolean value)
|
void |
setFieldValue(NoteStore.getNoteSearchText_args._Fields field,
java.lang.Object value)
|
void |
setGuid(java.lang.String guid)
|
void |
setGuidIsSet(boolean value)
|
void |
setNoteOnly(boolean noteOnly)
|
void |
setNoteOnlyIsSet(boolean value)
|
void |
setTokenizeForIndexing(boolean tokenizeForIndexing)
|
void |
setTokenizeForIndexingIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetAuthenticationToken()
|
void |
unsetGuid()
|
void |
unsetNoteOnly()
|
void |
unsetTokenizeForIndexing()
|
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.getNoteSearchText_args._Fields,FieldMetaData> metaDataMap
Constructor Detail |
---|
public NoteStore.getNoteSearchText_args()
public NoteStore.getNoteSearchText_args(java.lang.String authenticationToken, java.lang.String guid, boolean noteOnly, boolean tokenizeForIndexing)
public NoteStore.getNoteSearchText_args(NoteStore.getNoteSearchText_args other)
Method Detail |
---|
public NoteStore.getNoteSearchText_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 java.lang.String getGuid()
public void setGuid(java.lang.String guid)
public void unsetGuid()
public boolean isSetGuid()
public void setGuidIsSet(boolean value)
public boolean isNoteOnly()
public void setNoteOnly(boolean noteOnly)
public void unsetNoteOnly()
public boolean isSetNoteOnly()
public void setNoteOnlyIsSet(boolean value)
public boolean isTokenizeForIndexing()
public void setTokenizeForIndexing(boolean tokenizeForIndexing)
public void unsetTokenizeForIndexing()
public boolean isSetTokenizeForIndexing()
public void setTokenizeForIndexingIsSet(boolean value)
public void setFieldValue(NoteStore.getNoteSearchText_args._Fields field, java.lang.Object value)
public java.lang.Object getFieldValue(NoteStore.getNoteSearchText_args._Fields field)
public boolean isSet(NoteStore.getNoteSearchText_args._Fields field)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(NoteStore.getNoteSearchText_args that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(NoteStore.getNoteSearchText_args other)
public NoteStore.getNoteSearchText_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 |