Class Threshold

java.lang.Object
io.gs2.experience.model.Threshold
All Implemented Interfaces:
IModel, Serializable

public class Threshold extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • Threshold

      public Threshold()
  • Method Details

    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public Threshold withMetadata(String metadata)
    • getValues

      public List<Long> getValues()
    • setValues

      public void setValues(List<Long> values)
    • withValues

      public Threshold withValues(List<Long> values)
    • fromJson

      public static Threshold fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • hashCode

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

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