Package com.algolia.model.search
Class SearchForFacetValuesResponse
java.lang.Object
com.algolia.model.search.SearchForFacetValuesResponse
- All Implemented Interfaces:
SearchResult
SearchForFacetValuesResponse
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.search.SearchResult
SearchResult.Deserializer<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFacetHits(FacetHits facetHitsItem) booleanDeprecated.Matching facet values.Time the server took to process the request, in milliseconds.inthashCode()setExhaustiveFacetsCount(Boolean exhaustiveFacetsCount) setFacetHits(List<FacetHits> facetHits) setProcessingTimeMS(Integer processingTimeMS) toString()
-
Constructor Details
-
SearchForFacetValuesResponse
public SearchForFacetValuesResponse()
-
-
Method Details
-
setFacetHits
-
addFacetHits
-
getFacetHits
Matching facet values. -
setExhaustiveFacetsCount
-
getExhaustiveFacetsCount
Deprecated.See the `facetsCount` field of the `exhaustive` object in the response. -
setProcessingTimeMS
-
getProcessingTimeMS
Time the server took to process the request, in milliseconds. -
equals
-
hashCode
public int hashCode() -
toString
-