Class ScopedValue

java.lang.Object
io.gs2.mission.model.ScopedValue
All Implemented Interfaces:
IModel, Serializable

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

    • ScopedValue

      public ScopedValue()
  • Method Details

    • getResetType

      public String getResetType()
    • setResetType

      public void setResetType(String resetType)
    • withResetType

      public ScopedValue withResetType(String resetType)
    • getValue

      public Long getValue()
    • setValue

      public void setValue(Long value)
    • withValue

      public ScopedValue withValue(Long value)
    • getNextResetAt

      public Long getNextResetAt()
    • setNextResetAt

      public void setNextResetAt(Long nextResetAt)
    • withNextResetAt

      public ScopedValue withNextResetAt(Long nextResetAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public ScopedValue withUpdatedAt(Long updatedAt)
    • fromJson

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