Class Progress

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

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

    • Progress

      public Progress()
  • Method Details

    • getProgressId

      public String getProgressId()
    • setProgressId

      public void setProgressId(String progressId)
    • withProgressId

      public Progress withProgressId(String progressId)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public Progress withUserId(String userId)
    • getRateName

      public String getRateName()
    • setRateName

      public void setRateName(String rateName)
    • withRateName

      public Progress withRateName(String rateName)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public Progress withName(String name)
    • getPropertyId

      public String getPropertyId()
    • setPropertyId

      public void setPropertyId(String propertyId)
    • withPropertyId

      public Progress withPropertyId(String propertyId)
    • getExperienceValue

      public Long getExperienceValue()
    • setExperienceValue

      public void setExperienceValue(Long experienceValue)
    • withExperienceValue

      public Progress withExperienceValue(Long experienceValue)
    • getRate

      public Float getRate()
    • setRate

      public void setRate(Float rate)
    • withRate

      public Progress withRate(Float rate)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Progress withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public Progress withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public Progress withRevision(Long revision)
    • fromJson

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

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

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

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

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