Package com.algolia.model.analytics
Class GetAverageClickPositionResponse
java.lang.Object
com.algolia.model.analytics.GetAverageClickPositionResponse
GetAverageClickPositionResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDates(DailyAverageClicks datesItem) booleanAverage position of a clicked search result in the list of search results.Number of clicks associated with this search.getDates()Daily average click positions.inthashCode()setAverage(Double average) setClickCount(Integer clickCount) setDates(List<DailyAverageClicks> dates) toString()
-
Constructor Details
-
GetAverageClickPositionResponse
public GetAverageClickPositionResponse()
-
-
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 -
setDates
-
addDates
-
getDates
Daily average click positions. -
equals
-
hashCode
public int hashCode() -
toString
-