Package com.algolia.model.analytics
Class TopHitsResponseWithAnalytics
java.lang.Object
com.algolia.model.analytics.TopHitsResponseWithAnalytics
- All Implemented Interfaces:
GetTopHitsResponse
TopHitsResponseWithAnalytics
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.analytics.GetTopHitsResponse
GetTopHitsResponse.Deserializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHits
(TopHitWithAnalytics hitsItem) boolean
getHits()
Most frequent search results with click and conversion metrics.int
hashCode()
setHits
(List<TopHitWithAnalytics> hits) toString()
-
Constructor Details
-
TopHitsResponseWithAnalytics
public TopHitsResponseWithAnalytics()
-
-
Method Details