|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.evernote.edam.notestore.RelatedQuery
public class RelatedQuery
A description of the thing for which we are searching for related entities. You must specify either noteGuid or plainText, but not both. filter and referenceUri are optional.
Constructor Summary | |
---|---|
RelatedQuery()
|
|
RelatedQuery(RelatedQuery 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(RelatedQuery other)
|
RelatedQuery |
deepCopy()
Creates a deep copy of the object. |
boolean |
equals(java.lang.Object that)
|
boolean |
equals(RelatedQuery that)
|
NoteFilter |
getFilter()
|
java.lang.String |
getNoteGuid()
|
java.lang.String |
getPlainText()
|
java.lang.String |
getReferenceUri()
|
int |
hashCode()
|
boolean |
isSetFilter()
Returns true if field filter is set (has been asigned a value) and false otherwise |
boolean |
isSetNoteGuid()
Returns true if field noteGuid is set (has been asigned a value) and false otherwise |
boolean |
isSetPlainText()
Returns true if field plainText is set (has been asigned a value) and false otherwise |
boolean |
isSetReferenceUri()
Returns true if field referenceUri is set (has been asigned a value) and false otherwise |
void |
read(com.evernote.thrift.protocol.TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setFilter(NoteFilter filter)
|
void |
setFilterIsSet(boolean value)
|
void |
setNoteGuid(java.lang.String noteGuid)
|
void |
setNoteGuidIsSet(boolean value)
|
void |
setPlainText(java.lang.String plainText)
|
void |
setPlainTextIsSet(boolean value)
|
void |
setReferenceUri(java.lang.String referenceUri)
|
void |
setReferenceUriIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetFilter()
|
void |
unsetNoteGuid()
|
void |
unsetPlainText()
|
void |
unsetReferenceUri()
|
void |
validate()
|
void |
write(com.evernote.thrift.protocol.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 RelatedQuery()
public RelatedQuery(RelatedQuery other)
Method Detail |
---|
public RelatedQuery deepCopy()
com.evernote.thrift.TBase
deepCopy
in interface com.evernote.thrift.TBase<RelatedQuery>
public void clear()
com.evernote.thrift.TBase
clear
in interface com.evernote.thrift.TBase<RelatedQuery>
public java.lang.String getNoteGuid()
public void setNoteGuid(java.lang.String noteGuid)
public void unsetNoteGuid()
public boolean isSetNoteGuid()
public void setNoteGuidIsSet(boolean value)
public java.lang.String getPlainText()
public void setPlainText(java.lang.String plainText)
public void unsetPlainText()
public boolean isSetPlainText()
public void setPlainTextIsSet(boolean value)
public NoteFilter getFilter()
public void setFilter(NoteFilter filter)
public void unsetFilter()
public boolean isSetFilter()
public void setFilterIsSet(boolean value)
public java.lang.String getReferenceUri()
public void setReferenceUri(java.lang.String referenceUri)
public void unsetReferenceUri()
public boolean isSetReferenceUri()
public void setReferenceUriIsSet(boolean value)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(RelatedQuery that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(RelatedQuery other)
compareTo
in interface java.lang.Comparable<RelatedQuery>
public void read(com.evernote.thrift.protocol.TProtocol iprot) throws com.evernote.thrift.TException
com.evernote.thrift.TBase
read
in interface com.evernote.thrift.TBase<RelatedQuery>
iprot
- Input protocol
com.evernote.thrift.TException
public void write(com.evernote.thrift.protocol.TProtocol oprot) throws com.evernote.thrift.TException
com.evernote.thrift.TBase
write
in interface com.evernote.thrift.TBase<RelatedQuery>
oprot
- Output protocol
com.evernote.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws com.evernote.thrift.TException
com.evernote.thrift.TException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |