Package com.algolia.model.abtesting
Class CurrenciesValue
java.lang.Object
com.algolia.model.abtesting.CurrenciesValue
CurrenciesValue
-
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
-
CurrenciesValue
public CurrenciesValue()
-
-
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
-