Package com.algolia.model.analytics
Class DailyRevenue
java.lang.Object
com.algolia.model.analytics.DailyRevenue
DailyRevenue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Revenue associated with this search, broken-down by currencies.getDate()
Date in the format YYYY-MM-DD.int
hashCode()
putCurrencies
(String key, CurrencyCode currenciesItem) setCurrencies
(Map<String, CurrencyCode> currencies) toString()
-
Constructor Details
-
DailyRevenue
public DailyRevenue()
-
-
Method Details
-
setCurrencies
-
putCurrencies
-
getCurrencies
Revenue associated with this search, broken-down by currencies. -
setDate
-
getDate
Date in the format YYYY-MM-DD. -
equals
-
hashCode
public int hashCode() -
toString
-