Package com.algolia.model.analytics
Class NoClickRateEvent
java.lang.Object
com.algolia.model.analytics.NoClickRateEvent
NoClickRateEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getCount()
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).int
hashCode()
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 -
setCount
-
getCount
Number of tracked _and_ untracked searches (where the `clickAnalytics` parameter isn't `true`). -
setNoClickCount
-
getNoClickCount
Number of click events. -
setDate
-
getDate
Date of the event in the format YYYY-MM-DD. -
equals
-
hashCode
public int hashCode() -
toString
-