Package com.algolia.model.analytics
Class DailyClickThroughRates
java.lang.Object
com.algolia.model.analytics.DailyClickThroughRates
DailyClickThroughRates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNumber of clicks associated with this search.getDate()Date in the format YYYY-MM-DD.getRate()Click-through rate, calculated as number of tracked searches with at least one click event divided by the number of tracked searches.Number of tracked searches.inthashCode()setClickCount(Integer clickCount) setTrackedSearchCount(Integer trackedSearchCount) toString()
-
Constructor Details
-
DailyClickThroughRates
public DailyClickThroughRates()
-
-
Method Details
-
setRate
-
getRate
Click-through rate, calculated as number of tracked searches with at least one click event divided by the number of tracked searches. If null, Algolia didn't receive any search requests with `clickAnalytics` set to true. minimum: 0 maximum: 1 -
setClickCount
-
getClickCount
Number of clicks associated with this search. minimum: 0 -
setTrackedSearchCount
-
getTrackedSearchCount
Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true. -
setDate
-
getDate
Date in the format YYYY-MM-DD. -
equals
-
hashCode
public int hashCode() -
toString
-