Class Progress

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

      public String getUploadToken()
    • setUploadToken

      public void setUploadToken(String uploadToken)
    • withUploadToken

      public Progress withUploadToken(String uploadToken)
    • getGenerated

      public Integer getGenerated()
    • setGenerated

      public void setGenerated(Integer generated)
    • withGenerated

      public Progress withGenerated(Integer generated)
    • getPatternCount

      public Integer getPatternCount()
    • setPatternCount

      public void setPatternCount(Integer patternCount)
    • withPatternCount

      public Progress withPatternCount(Integer patternCount)
    • 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