Package com.algolia.model.analytics
Class GetClickThroughRateResponse
java.lang.Object
com.algolia.model.analytics.GetClickThroughRateResponse
GetClickThroughRateResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDates
(DailyClickThroughRates datesItem) boolean
Number of clicks associated with this search.getDates()
Daily click-through rates.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.int
hashCode()
setClickCount
(Integer clickCount) setDates
(List<DailyClickThroughRates> dates) setTrackedSearchCount
(Integer trackedSearchCount) toString()
-
Constructor Details
-
GetClickThroughRateResponse
public GetClickThroughRateResponse()
-
-
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. -
setDates
-
addDates
-
getDates
Daily click-through rates. -
equals
-
hashCode
public int hashCode() -
toString
-