Package com.algolia.model.analytics
Class GetNoClickRateResponse
java.lang.Object
com.algolia.model.analytics.GetNoClickRateResponse
GetNoClickRateResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDates
(DailyNoClickRates datesItem) boolean
getCount()
Number of tracked searches.getDates()
Daily no click rates.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.int
hashCode()
setDates
(List<DailyNoClickRates> dates) setNoClickCount
(Integer noClickCount) toString()
-
Constructor Details
-
GetNoClickRateResponse
public GetNoClickRateResponse()
-
-
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 -
setDates
-
addDates
-
getDates
Daily no click rates. -
equals
-
hashCode
public int hashCode() -
toString
-