Class Status

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

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

    • Status

      public Status()
  • Method Details

    • getStatusId

      public String getStatusId()
    • setStatusId

      public void setStatusId(String statusId)
    • withStatusId

      public Status withStatusId(String statusId)
    • getExperienceName

      public String getExperienceName()
    • setExperienceName

      public void setExperienceName(String experienceName)
    • withExperienceName

      public Status withExperienceName(String experienceName)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public Status withUserId(String userId)
    • getPropertyId

      public String getPropertyId()
    • setPropertyId

      public void setPropertyId(String propertyId)
    • withPropertyId

      public Status withPropertyId(String propertyId)
    • getExperienceValue

      public Long getExperienceValue()
    • setExperienceValue

      public void setExperienceValue(Long experienceValue)
    • withExperienceValue

      public Status withExperienceValue(Long experienceValue)
    • getRankValue

      public Long getRankValue()
    • setRankValue

      public void setRankValue(Long rankValue)
    • withRankValue

      public Status withRankValue(Long rankValue)
    • getRankCapValue

      public Long getRankCapValue()
    • setRankCapValue

      public void setRankCapValue(Long rankCapValue)
    • withRankCapValue

      public Status withRankCapValue(Long rankCapValue)
    • getNextRankUpExperienceValue

      public Long getNextRankUpExperienceValue()
    • setNextRankUpExperienceValue

      public void setNextRankUpExperienceValue(Long nextRankUpExperienceValue)
    • withNextRankUpExperienceValue

      public Status withNextRankUpExperienceValue(Long nextRankUpExperienceValue)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Status withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public Status withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public Status withRevision(Long revision)
    • fromJson

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

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

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

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

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