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) booleanNumber 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.inthashCode()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 -
setClickCount
-
getClickCount
Number of click events. -
setTrackedSearchCount
-
getTrackedSearchCount
Number of tracked searches. This is the number of search requests where the `clickAnalytics` parameter is `true`. -
setDates
-
addDates
-
getDates
Click-through rate events. -
equals
-
hashCode
public int hashCode() -
toString
-