Package com.algolia.model.analytics
Class DailyNoClickRates
java.lang.Object
com.algolia.model.analytics.DailyNoClickRates
DailyNoClickRates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCount()Number of tracked searches.getDate()Date in the format YYYY-MM-DD.Number of times this search was returned as a result without any click.getRate()No click rate, calculated as number of tracked searches without any click divided by the number of tracked searches.inthashCode()setNoClickCount(Integer noClickCount) toString()
-
Constructor Details
-
DailyNoClickRates
public DailyNoClickRates()
-
-
Method Details
-
setRate
-
getRate
No click rate, calculated as number of tracked searches without any click divided by the number of tracked searches. minimum: 0 maximum: 1 -
setCount
-
getCount
Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true. -
setNoClickCount
-
getNoClickCount
Number of times this search was returned as a result without any click. minimum: 1 -
setDate
-
getDate
Date in the format YYYY-MM-DD. -
equals
-
hashCode
public int hashCode() -
toString
-