Package com.algolia.model.analytics
Class GetClickThroughRateResponse
java.lang.Object
com.algolia.model.analytics.GetClickThroughRateResponse
GetClickThroughRateResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDates
(ClickThroughRateEvent datesItem) boolean
Number of click events.getDates()
Click-through rate events.getRate()
[Click-through rate (CTR)](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-through-rate).Number of tracked searches.int
hashCode()
setClickCount
(Integer clickCount) setDates
(List<ClickThroughRateEvent> dates) setTrackedSearchCount
(Integer trackedSearchCount) toString()
-
Constructor Details
-
GetClickThroughRateResponse
public GetClickThroughRateResponse()
-
-
Method Details
-
setRate
-
getRate
[Click-through rate (CTR)](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-through-rate). minimum: 0 maximum: 1- Returns:
- rate
-
setClickCount
-
getClickCount
Number of click events.- Returns:
- clickCount
-
setTrackedSearchCount
-
getTrackedSearchCount
Number of tracked searches. This is the number of search requests where the `clickAnalytics` parameter is `true`.- Returns:
- trackedSearchCount
-
setDates
-
addDates
-
getDates
Click-through rate events.- Returns:
- dates
-
equals
-
hashCode
public int hashCode() -
toString
-