Class SearchResult
java.lang.Object
nl.knaw.dans.lib.dataverse.model.search.SearchResult
-
Constructor Summary
ConstructorDescriptionSearchResult
(String q, int totalCount, int start, Map<String, String> spellingAlternatives, List<ResultItem> items, int countInResponse) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
getItems()
getQ()
int
getStart()
int
int
hashCode()
void
setCountInResponse
(int countInResponse) void
setItems
(List<ResultItem> items) void
void
setSpellingAlternatives
(Map<String, String> spellingAlternatives) void
setStart
(int start) void
setTotalCount
(int totalCount) toString()
-
Constructor Details
-
SearchResult
public SearchResult() -
SearchResult
-
-
Method Details
-
getQ
-
getTotalCount
public int getTotalCount() -
getStart
public int getStart() -
getSpellingAlternatives
-
getItems
-
getCountInResponse
public int getCountInResponse() -
setQ
-
setTotalCount
public void setTotalCount(int totalCount) -
setStart
public void setStart(int start) -
setSpellingAlternatives
-
setItems
-
setCountInResponse
public void setCountInResponse(int countInResponse) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-