Class Scope

java.lang.Object
io.gs2.ranking.model.Scope
All Implemented Interfaces:
IModel, Serializable

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

    • Scope

      public Scope()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public Scope withName(String name)
    • getTargetDays

      public Long getTargetDays()
    • setTargetDays

      public void setTargetDays(Long targetDays)
    • withTargetDays

      public Scope withTargetDays(Long targetDays)
    • fromJson

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