public class SearchResults extends Object
Constructor and Description |
---|
SearchResults() |
Modifier and Type | Method and Description |
---|---|
int |
getAvailableResults()
Returns the AvailableResults
|
int |
getCurrentPage()
Returns the CurrentPage
|
String |
getError()
Returns the Error
|
String |
getQuery()
Returns the Query
|
String |
getQueryTime()
Returns the QueryTime
|
List |
getResults()
Returns the Results
|
String |
getSearchIndexes()
Returns the SearchIndexes
|
Map |
getSuggestions()
Returns the Suggestions
|
int |
getTotalPages()
Returns the TotalPages
|
int |
getTotalResults()
Returns the TotalResults
|
String |
getWarning()
Returns the Warning
|
void |
setAvailableResults(int nAvailableResults)
Sets the AvailableResults
|
void |
setCurrentPage(int nCurrentPage)
Sets the CurrentPage
|
void |
setError(String strError)
Sets the Error
|
void |
setQuery(String strQuery)
Sets the Query
|
void |
setQueryTime(String strQueryTime)
Sets the QueryTime
|
void |
setResults(List listResults)
Sets the Results
|
void |
setSearchIndexes(String strSearchIndexes)
Sets the SearchIndexes
|
void |
setSuggestions(Map mapSuggestions)
Sets the Suggestions
|
void |
setTotalPages(int nTotalPages)
Sets the TotalPages
|
void |
setTotalResults(int nTotalResults)
Sets the TotalResults
|
void |
setWarning(String strWarning)
Sets the Warning
|
public int getTotalPages()
public void setTotalPages(int nTotalPages)
nTotalPages
- The TotalPagespublic int getCurrentPage()
public void setCurrentPage(int nCurrentPage)
nCurrentPage
- The CurrentPagepublic int getAvailableResults()
public void setAvailableResults(int nAvailableResults)
nAvailableResults
- The AvailableResultspublic int getTotalResults()
public void setTotalResults(int nTotalResults)
nTotalResults
- The TotalResultspublic String getError()
public void setError(String strError)
strError
- The Errorpublic String getWarning()
public void setWarning(String strWarning)
strWarning
- The Warningpublic String getQueryTime()
public void setQueryTime(String strQueryTime)
strQueryTime
- The QueryTimepublic String getSearchIndexes()
public void setSearchIndexes(String strSearchIndexes)
strSearchIndexes
- The SearchIndexespublic List getResults()
public void setResults(List listResults)
listResults
- The Resultspublic String getQuery()
public void setQuery(String strQuery)
strQuery
- The Querypublic Map getSuggestions()
public void setSuggestions(Map mapSuggestions)
mapSuggestions
- The SuggestionsCopyright © 2018 City of Paris. All rights reserved.