Module sharingPluginPlatform
Class SearchResultsDTO
java.lang.Object
org.codeability.sharing.plugins.api.search.SearchResultsDTO
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSearchResultsDTO(List<SearchResultDTO> searchResult, long hitCount, long pageStartIndex) -
Method Summary
Modifier and TypeMethodDescriptionlongreturns the number of all hits.longvoidsetHitCount(long hitCount) voidsetSearchResult(List<SearchResultDTO> searchResult) toString()
-
Constructor Details
-
SearchResultsDTO
-
SearchResultsDTO
public SearchResultsDTO()
-
-
Method Details
-
getSearchResult
- Returns:
- the list of search results on this page, starting with pageStartIndex
-
setSearchResult
-
getPageStartIndex
public long getPageStartIndex() -
getHitCount
public long getHitCount()returns the number of all hits.- Returns:
- the hit count
-
setHitCount
public void setHitCount(long hitCount) -
toString
-