public class CalculatedAt extends Object implements IModel, Serializable
| Constructor and Description |
|---|
CalculatedAt() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static CalculatedAt |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCalculatedAt() |
String |
getCategoryName() |
int |
hashCode() |
void |
setCalculatedAt(Long calculatedAt) |
void |
setCategoryName(String categoryName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
CalculatedAt |
withCalculatedAt(Long calculatedAt) |
CalculatedAt |
withCategoryName(String categoryName) |
public String getCategoryName()
public void setCategoryName(String categoryName)
public CalculatedAt withCategoryName(String categoryName)
public Long getCalculatedAt()
public void setCalculatedAt(Long calculatedAt)
public CalculatedAt withCalculatedAt(Long calculatedAt)
public static CalculatedAt fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.