public final class SearchDocumentRequest extends AbstractRequest
Constructor and Description |
---|
SearchDocumentRequest()
Instantiates a new search document request.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxResults()
Gets the max results.
|
String |
getSearchExpression()
Gets the search expression.
|
String |
getSessionId()
Gets the session id.
|
void |
setMaxResults(Integer maxResults)
Sets the max results.
|
void |
setSearchExpression(String searchExpression)
Sets the search expression.
|
void |
setSessionId(String sessionId)
Sets the session id.
|
equals, hashCode, toString
public SearchDocumentRequest()
public String getSessionId()
public void setSessionId(String sessionId)
sessionId
- the new session idpublic String getSearchExpression()
public void setSearchExpression(String searchExpression)
searchExpression
- the new search expressionpublic Integer getMaxResults()
public void setMaxResults(Integer maxResults)
maxResults
- the new max resultsCopyright © 2010–2017 www.hack23.com. All rights reserved.