public class QueryRelationsEntity extends GenericModel
| Constructor and Description | 
|---|
QueryRelationsEntity()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getText()
Gets the text. 
 | 
java.lang.String | 
getType()
Gets the type. 
 | 
java.lang.Boolean | 
isExact()
Gets the exact. 
 | 
void | 
setExact(java.lang.Boolean exact)
Sets the exact. 
 | 
void | 
setText(java.lang.String text)
Sets the text. 
 | 
void | 
setType(java.lang.String type)
Sets the type. 
 | 
equals, hashCode, toStringpublic java.lang.String getText()
public java.lang.String getType()
public java.lang.Boolean isExact()
public void setText(java.lang.String text)
text - the new textpublic void setType(java.lang.String type)
type - the new typepublic void setExact(java.lang.Boolean exact)
exact - the new exact