public class SearchResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchResult.Pagination |
Constructor and Description |
---|
SearchResult() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<MatchedItem> |
getMatches() |
SearchResult.Pagination |
getPagination() |
Paging |
getPaging() |
List<String> |
getRefinements() |
Integer |
getTotal() |
int |
hashCode() |
void |
setMatches(List<MatchedItem> matches) |
void |
setPagination(SearchResult.Pagination pagination) |
void |
setPaging(Paging paging) |
void |
setRefinements(List<String> refinements) |
void |
setTotal(Integer total) |
String |
toString() |
public Integer getTotal()
public SearchResult.Pagination getPagination()
public Paging getPaging()
public List<MatchedItem> getMatches()
public void setTotal(Integer total)
public void setPagination(SearchResult.Pagination pagination)
public void setPaging(Paging paging)
public void setMatches(List<MatchedItem> matches)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.