Package com.algolia.model.analytics
Class DailyAverageClicks
java.lang.Object
com.algolia.model.analytics.DailyAverageClicks
DailyAverageClicks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Average position of a clicked search result in the list of search results.Number of clicks associated with this search.getDate()
Date in the format YYYY-MM-DD.int
hashCode()
setAverage
(Double average) setClickCount
(Integer clickCount) toString()
-
Constructor Details
-
DailyAverageClicks
public DailyAverageClicks()
-
-
Method Details
-
setAverage
-
getAverage
Average position of a clicked search result in the list of search results. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true. minimum: 1 -
setClickCount
-
getClickCount
Number of clicks associated with this search. minimum: 0 -
setDate
-
getDate
Date in the format YYYY-MM-DD. -
equals
-
hashCode
public int hashCode() -
toString
-