public class QueryString
extends java.lang.Object
| Constructor and Description |
|---|
QueryString()
Instantiates a new query string.
|
QueryString(java.lang.String query)
Instantiates a new query string.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQuery()
Gets the query.
|
void |
getQuery(java.lang.String query)
Gets the query.
|
void |
getResetCache(boolean resetCache)
Gets the reset cache.
|
void |
getReturnDeletedItems(boolean returnDeletedItems)
Gets the return deleted items.
|
void |
getReturnHighlightTerms(boolean returnHighlightTerms)
Gets the return highlight terms.
|
boolean |
isResetCache()
Checks if is reset cache.
|
boolean |
isReturnDeletedItems()
Checks if is return deleted items.
|
boolean |
isReturnHighlightTerms()
Checks if is return highlight terms.
|
public QueryString()
public QueryString(java.lang.String query)
query - the querypublic java.lang.String getQuery()
public void getQuery(java.lang.String query)
query - the querypublic boolean isResetCache()
public void getResetCache(boolean resetCache)
resetCache - the reset cachepublic boolean isReturnHighlightTerms()
public void getReturnHighlightTerms(boolean returnHighlightTerms)
returnHighlightTerms - the return highlight termspublic boolean isReturnDeletedItems()
public void getReturnDeletedItems(boolean returnDeletedItems)
returnDeletedItems - the return deleted items