Class StatsEvent

java.lang.Object
io.gs2.watch.model.StatsEvent
All Implemented Interfaces:
IModel, Serializable

public class StatsEvent extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • StatsEvent

      public StatsEvent()
  • Method Details

    • getGrn

      public String getGrn()
    • setGrn

      public void setGrn(String grn)
    • withGrn

      public StatsEvent withGrn(String grn)
    • getService

      public String getService()
    • setService

      public void setService(String service)
    • withService

      public StatsEvent withService(String service)
    • getMethod

      public String getMethod()
    • setMethod

      public void setMethod(String method)
    • withMethod

      public StatsEvent withMethod(String method)
    • getMetric

      public String getMetric()
    • setMetric

      public void setMetric(String metric)
    • withMetric

      public StatsEvent withMetric(String metric)
    • getCumulative

      public Boolean getCumulative()
    • setCumulative

      public void setCumulative(Boolean cumulative)
    • withCumulative

      public StatsEvent withCumulative(Boolean cumulative)
    • getValue

      public Double getValue()
    • setValue

      public void setValue(Double value)
    • withValue

      public StatsEvent withValue(Double value)
    • getTags

      public List<String> getTags()
    • setTags

      public void setTags(List<String> tags)
    • withTags

      public StatsEvent withTags(List<String> tags)
    • getCallAt

      public Long getCallAt()
    • setCallAt

      public void setCallAt(Long callAt)
    • withCallAt

      public StatsEvent withCallAt(Long callAt)
    • fromJson

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

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

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

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