Class Currency

java.lang.Object
com.algolia.model.abtesting.Currency

public class Currency extends Object
Currency
  • Constructor Details

    • Currency

      public Currency()
  • Method Details

    • setCurrency

      public Currency setCurrency(String currency)
    • getCurrency

      @Nullable public String getCurrency()
      Currency code.
    • setRevenue

      public Currency setRevenue(Double revenue)
    • getRevenue

      @Nullable public Double getRevenue()
      Revenue for this currency.
    • setMean

      public Currency setMean(Double mean)
    • getMean

      @Nullable public Double getMean()
      Mean for this currency.
    • setStandardDeviation

      public Currency setStandardDeviation(Double standardDeviation)
    • getStandardDeviation

      @Nullable public Double getStandardDeviation()
      Standard deviation for this currency.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object