Package io.gs2.watch.model
Class StatsEvent
java.lang.Object
io.gs2.watch.model.StatsEvent
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic StatsEventfromJson(com.fasterxml.jackson.databind.JsonNode data) getGrn()getTags()getValue()inthashCode()voidvoidsetCumulative(Boolean cumulative) voidvoidvoidvoidsetService(String service) voidvoidcom.fasterxml.jackson.databind.JsonNodetoJson()withCallAt(Long callAt) withCumulative(Boolean cumulative) withMethod(String method) withMetric(String metric) withService(String service)
-
Constructor Details
-
StatsEvent
public StatsEvent()
-
-
Method Details
-
getGrn
-
setGrn
-
withGrn
-
getService
-
setService
-
withService
-
getMethod
-
setMethod
-
withMethod
-
getMetric
-
setMetric
-
withMetric
-
getCumulative
-
setCumulative
-
withCumulative
-
getValue
-
setValue
-
withValue
-
getTags
-
setTags
-
withTags
-
getCallAt
-
setCallAt
-
withCallAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-