Class GradeEntryModel

java.lang.Object
io.gs2.grade.model.GradeEntryModel
All Implemented Interfaces:
IModel, Serializable

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

    • GradeEntryModel

      public GradeEntryModel()
  • Method Details

    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public GradeEntryModel withMetadata(String metadata)
    • getRankCapValue

      public Long getRankCapValue()
    • setRankCapValue

      public void setRankCapValue(Long rankCapValue)
    • withRankCapValue

      public GradeEntryModel withRankCapValue(Long rankCapValue)
    • getPropertyIdRegex

      public String getPropertyIdRegex()
    • setPropertyIdRegex

      public void setPropertyIdRegex(String propertyIdRegex)
    • withPropertyIdRegex

      public GradeEntryModel withPropertyIdRegex(String propertyIdRegex)
    • getGradeUpPropertyIdRegex

      public String getGradeUpPropertyIdRegex()
    • setGradeUpPropertyIdRegex

      public void setGradeUpPropertyIdRegex(String gradeUpPropertyIdRegex)
    • withGradeUpPropertyIdRegex

      public GradeEntryModel withGradeUpPropertyIdRegex(String gradeUpPropertyIdRegex)
    • fromJson

      public static GradeEntryModel 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