Class ThresholdMaster

java.lang.Object
io.gs2.experience.model.ThresholdMaster
All Implemented Interfaces:
IModel, Serializable, Comparable<ThresholdMaster>

public class ThresholdMaster extends Object implements IModel, Serializable, Comparable<ThresholdMaster>
See Also:
  • Constructor Details

    • ThresholdMaster

      public ThresholdMaster()
  • Method Details

    • getThresholdId

      public String getThresholdId()
    • setThresholdId

      public void setThresholdId(String thresholdId)
    • withThresholdId

      public ThresholdMaster withThresholdId(String thresholdId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public ThresholdMaster withName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public ThresholdMaster withDescription(String description)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public ThresholdMaster withMetadata(String metadata)
    • getValues

      public List<Long> getValues()
    • setValues

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

      public ThresholdMaster withValues(List<Long> values)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public ThresholdMaster withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public ThresholdMaster withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public ThresholdMaster withRevision(Long revision)
    • fromJson

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

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

      public int compareTo(ThresholdMaster o)
      Specified by:
      compareTo in interface Comparable<ThresholdMaster>
    • hashCode

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

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