public class StatsEvent extends Object implements IModel, Serializable
| Constructor and Description |
|---|
StatsEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static StatsEvent |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCallAt() |
Boolean |
getCumulative() |
String |
getGrn() |
String |
getMethod() |
String |
getMetric() |
String |
getService() |
List<String> |
getTags() |
Double |
getValue() |
int |
hashCode() |
void |
setCallAt(Long callAt) |
void |
setCumulative(Boolean cumulative) |
void |
setGrn(String grn) |
void |
setMethod(String method) |
void |
setMetric(String metric) |
void |
setService(String service) |
void |
setTags(List<String> tags) |
void |
setValue(Double value) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
StatsEvent |
withCallAt(Long callAt) |
StatsEvent |
withCumulative(Boolean cumulative) |
StatsEvent |
withGrn(String grn) |
StatsEvent |
withMethod(String method) |
StatsEvent |
withMetric(String metric) |
StatsEvent |
withService(String service) |
StatsEvent |
withTags(List<String> tags) |
StatsEvent |
withValue(Double value) |
public String getGrn()
public void setGrn(String grn)
public StatsEvent withGrn(String grn)
public String getService()
public void setService(String service)
public StatsEvent withService(String service)
public String getMethod()
public void setMethod(String method)
public StatsEvent withMethod(String method)
public String getMetric()
public void setMetric(String metric)
public StatsEvent withMetric(String metric)
public Boolean getCumulative()
public void setCumulative(Boolean cumulative)
public StatsEvent withCumulative(Boolean cumulative)
public Double getValue()
public void setValue(Double value)
public StatsEvent withValue(Double value)
public StatsEvent withTags(List<String> tags)
public Long getCallAt()
public void setCallAt(Long callAt)
public StatsEvent withCallAt(Long callAt)
public static StatsEvent fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.