Package com.algolia.model.abtesting
Class Currency
java.lang.Object
com.algolia.model.abtesting.Currency
Currency
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCurrency code.getMean()Mean for this currency.Revenue for this currency.Standard deviation for this currency.inthashCode()setCurrency(String currency) setRevenue(Double revenue) setStandardDeviation(Double standardDeviation) toString()
-
Constructor Details
-
Currency
public Currency()
-
-
Method Details
-
setCurrency
-
getCurrency
Currency code. -
setRevenue
-
getRevenue
Revenue for this currency. -
setMean
-
getMean
Mean for this currency. -
setStandardDeviation
-
getStandardDeviation
Standard deviation for this currency. -
equals
-
hashCode
public int hashCode() -
toString
-