Package io.gs2.watch.model
Class Cumulative
java.lang.Object
io.gs2.watch.model.Cumulative
- All Implemented Interfaces:
IModel,Serializable,Comparable<Cumulative>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic CumulativefromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getValue()inthashCode()voidsetCumulativeId(String cumulativeId) voidvoidsetResourceGrn(String resourceGrn) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCumulativeId(String cumulativeId) withResourceGrn(String resourceGrn) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Cumulative
public Cumulative()
-
-
Method Details
-
getCumulativeId
-
setCumulativeId
-
withCumulativeId
-
getResourceGrn
-
setResourceGrn
-
withResourceGrn
-
getName
-
setName
-
withName
-
getValue
-
setValue
-
withValue
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Cumulative>
-
hashCode
public int hashCode() -
equals
-