Class RatingModelMaster

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

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

    • RatingModelMaster

      public RatingModelMaster()
  • Method Details

    • getRatingModelId

      public String getRatingModelId()
    • setRatingModelId

      public void setRatingModelId(String ratingModelId)
    • withRatingModelId

      public RatingModelMaster withRatingModelId(String ratingModelId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public RatingModelMaster withName(String name)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public RatingModelMaster withMetadata(String metadata)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public RatingModelMaster withDescription(String description)
    • getInitialValue

      public Integer getInitialValue()
    • setInitialValue

      public void setInitialValue(Integer initialValue)
    • withInitialValue

      public RatingModelMaster withInitialValue(Integer initialValue)
    • getVolatility

      public Integer getVolatility()
    • setVolatility

      public void setVolatility(Integer volatility)
    • withVolatility

      public RatingModelMaster withVolatility(Integer volatility)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public RatingModelMaster withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public RatingModelMaster withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public RatingModelMaster withRevision(Long revision)
    • fromJson

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

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

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

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

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