Class HashAttributeAndHashValue

java.lang.Object
growthbook.sdk.java.HashAttributeAndHashValue

public class HashAttributeAndHashValue extends Object
Model for care a pair of hashAttribute and hashValue
  • Constructor Details

    • HashAttributeAndHashValue

      public HashAttributeAndHashValue(String hashAttribute, String hashValue)
    • HashAttributeAndHashValue

      public HashAttributeAndHashValue()
  • Method Details

    • getHashAttribute

      public String getHashAttribute()
      All users included in the experiment will be forced into the specific variation index
    • getHashValue

      public String getHashValue()
      Value by hashAttribute
    • setHashAttribute

      public void setHashAttribute(String hashAttribute)
      All users included in the experiment will be forced into the specific variation index
    • setHashValue

      public void setHashValue(String hashValue)
      Value by hashAttribute
    • 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