Class Cumulative

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

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

    • Cumulative

      public Cumulative()
  • Method Details

    • getCumulativeId

      public String getCumulativeId()
    • setCumulativeId

      public void setCumulativeId(String cumulativeId)
    • withCumulativeId

      public Cumulative withCumulativeId(String cumulativeId)
    • getResourceGrn

      public String getResourceGrn()
    • setResourceGrn

      public void setResourceGrn(String resourceGrn)
    • withResourceGrn

      public Cumulative withResourceGrn(String resourceGrn)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public Cumulative withName(String name)
    • getValue

      public Long getValue()
    • setValue

      public void setValue(Long value)
    • withValue

      public Cumulative withValue(Long value)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public Cumulative withUpdatedAt(Long updatedAt)
    • fromJson

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

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

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

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

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