Package com.algolia.model.analytics
Class DailyNoResultsRates
java.lang.Object
com.algolia.model.analytics.DailyNoResultsRates
DailyNoResultsRates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCount()Number of searches.getDate()Date in the format YYYY-MM-DD.Number of searches without any results.getRate()No results rate, calculated as number of searches with zero results divided by the total number of searches.inthashCode()setNoResultCount(Integer noResultCount) toString()
-
Constructor Details
-
DailyNoResultsRates
public DailyNoResultsRates()
-
-
Method Details
-
setDate
-
getDate
Date in the format YYYY-MM-DD. -
setNoResultCount
-
getNoResultCount
Number of searches without any results. -
setCount
-
getCount
Number of searches. -
setRate
-
getRate
No results rate, calculated as number of searches with zero results divided by the total number of searches. minimum: 0 maximum: 1 -
equals
-
hashCode
public int hashCode() -
toString
-