Package com.algolia.model.analytics
Class NoClickRateEvent
java.lang.Object
com.algolia.model.analytics.NoClickRateEvent
NoClickRateEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCount()Number of tracked _and_ untracked searches (where the `clickAnalytics` parameter isn't `true`).getDate()Date of the event in the format YYYY-MM-DD.Number of click events.getRate()[Click-through rate (CTR)](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#click-through-rate).inthashCode()setNoClickCount(Integer noClickCount) toString()
-
Constructor Details
-
NoClickRateEvent
public NoClickRateEvent()
-
-
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
-
setCount
-
getCount
Number of tracked _and_ untracked searches (where the `clickAnalytics` parameter isn't `true`).- Returns:
- count
-
setNoClickCount
-
getNoClickCount
Number of click events.- Returns:
- noClickCount
-
setDate
-
getDate
Date of the event in the format YYYY-MM-DD.- Returns:
- date
-
equals
-
hashCode
public int hashCode() -
toString
-