|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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(Object that)
|
boolean |
equals(RelatedQuery that)
|
NoteFilter |
getFilter()
|
String |
getNoteGuid()
|
String |
getPlainText()
|
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(TProtocol iprot)
Reads an instance of the object from the given protocol. |
void |
setFilter(NoteFilter filter)
|
void |
setFilterIsSet(boolean value)
|
void |
setNoteGuid(String noteGuid)
|
void |
setNoteGuidIsSet(boolean value)
|
void |
setPlainText(String plainText)
|
void |
setPlainTextIsSet(boolean value)
|
void |
setReferenceUri(String referenceUri)
|
void |
setReferenceUriIsSet(boolean value)
|
String |
toString()
|
void |
unsetFilter()
|
void |
unsetNoteGuid()
|
void |
unsetPlainText()
|
void |
unsetReferenceUri()
|
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 RelatedQuery()
public RelatedQuery(RelatedQuery other)
| Method Detail |
|---|
public RelatedQuery deepCopy()
TBase
deepCopy in interface TBase<RelatedQuery>public void clear()
TBase
clear in interface TBase<RelatedQuery>public String getNoteGuid()
public void setNoteGuid(String noteGuid)
public void unsetNoteGuid()
public boolean isSetNoteGuid()
public void setNoteGuidIsSet(boolean value)
public String getPlainText()
public void setPlainText(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 String getReferenceUri()
public void setReferenceUri(String referenceUri)
public void unsetReferenceUri()
public boolean isSetReferenceUri()
public void setReferenceUriIsSet(boolean value)
public boolean equals(Object that)
equals in class Objectpublic boolean equals(RelatedQuery that)
public int hashCode()
hashCode in class Objectpublic int compareTo(RelatedQuery other)
compareTo in interface Comparable<RelatedQuery>
public void read(TProtocol iprot)
throws TException
TBase
read in interface TBase<RelatedQuery>iprot - Input protocol
TException
public void write(TProtocol oprot)
throws TException
TBase
write in interface TBase<RelatedQuery>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 | ||||||||