public class Cumulative extends Object implements IModel, Serializable, Comparable<Cumulative>
| Constructor and Description |
|---|
Cumulative() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Cumulative o) |
boolean |
equals(Object o) |
static Cumulative |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getCumulativeId() |
String |
getName() |
String |
getResourceGrn() |
Long |
getUpdatedAt() |
Long |
getValue() |
int |
hashCode() |
void |
setCumulativeId(String cumulativeId) |
void |
setName(String name) |
void |
setResourceGrn(String resourceGrn) |
void |
setUpdatedAt(Long updatedAt) |
void |
setValue(Long value) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Cumulative |
withCumulativeId(String cumulativeId) |
Cumulative |
withName(String name) |
Cumulative |
withResourceGrn(String resourceGrn) |
Cumulative |
withUpdatedAt(Long updatedAt) |
Cumulative |
withValue(Long value) |
public String getCumulativeId()
public void setCumulativeId(String cumulativeId)
public Cumulative withCumulativeId(String cumulativeId)
public String getResourceGrn()
public void setResourceGrn(String resourceGrn)
public Cumulative withResourceGrn(String resourceGrn)
public String getName()
public void setName(String name)
public Cumulative withName(String name)
public Long getValue()
public void setValue(Long value)
public Cumulative withValue(Long value)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public Cumulative withUpdatedAt(Long updatedAt)
public static Cumulative fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Cumulative o)
compareTo in interface Comparable<Cumulative>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.