Package com.algolia.model.analytics
Class GetSearchesCountResponse
java.lang.Object
com.algolia.model.analytics.GetSearchesCountResponse
GetSearchesCountResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDates(SearchEvent datesItem) booleangetCount()Number of occurrences.getDates()Search events with their associated dates and hit counts.inthashCode()setDates(List<SearchEvent> dates) toString()
-
Constructor Details
-
GetSearchesCountResponse
public GetSearchesCountResponse()
-
-
Method Details
-
setCount
-
getCount
Number of occurrences.- Returns:
- count
-
setDates
-
addDates
-
getDates
Search events with their associated dates and hit counts.- Returns:
- dates
-
equals
-
hashCode
public int hashCode() -
toString
-