Class Progress

java.lang.Object
io.gs2.quest.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)
    • getTransactionId

      public String getTransactionId()
    • setTransactionId

      public void setTransactionId(String transactionId)
    • withTransactionId

      public Progress withTransactionId(String transactionId)
    • getQuestModelId

      public String getQuestModelId()
    • setQuestModelId

      public void setQuestModelId(String questModelId)
    • withQuestModelId

      public Progress withQuestModelId(String questModelId)
    • getRandomSeed

      public Long getRandomSeed()
    • setRandomSeed

      public void setRandomSeed(Long randomSeed)
    • withRandomSeed

      public Progress withRandomSeed(Long randomSeed)
    • getRewards

      public List<Reward> getRewards()
    • setRewards

      public void setRewards(List<Reward> rewards)
    • withRewards

      public Progress withRewards(List<Reward> rewards)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public Progress withMetadata(String metadata)
    • 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