Package com.slack.api.model
Class SearchResult
- java.lang.Object
-
- com.slack.api.model.SearchResult
-
public class SearchResult extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchResult.Pagination
-
Constructor Summary
Constructors Constructor Description SearchResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<MatchedItem>getMatches()SearchResult.PaginationgetPagination()PaginggetPaging()List<String>getRefinements()IntegergetTotal()inthashCode()voidsetMatches(List<MatchedItem> matches)voidsetPagination(SearchResult.Pagination pagination)voidsetPaging(Paging paging)voidsetRefinements(List<String> refinements)voidsetTotal(Integer total)StringtoString()
-
-
-
Method Detail
-
getTotal
public Integer getTotal()
-
getPagination
public SearchResult.Pagination getPagination()
-
getPaging
public Paging getPaging()
-
getMatches
public List<MatchedItem> getMatches()
-
setTotal
public void setTotal(Integer total)
-
setPagination
public void setPagination(SearchResult.Pagination pagination)
-
setPaging
public void setPaging(Paging paging)
-
setMatches
public void setMatches(List<MatchedItem> matches)
-
canEqual
protected boolean canEqual(Object other)
-
-