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
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()
-
Constructor Details
-
SearchResult
public SearchResult()
-
-
Method Details
-
getTotal
-
getPagination
-
getPaging
-
getMatches
-
getRefinements
-
setTotal
-
setPagination
-
setPaging
-
setMatches
-
setRefinements
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-