public class Counter extends Object implements IModel, Serializable, Comparable<Counter>
| Constructor and Description |
|---|
Counter() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Counter o) |
boolean |
equals(Object o) |
static Counter |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getCounterId() |
Long |
getCreatedAt() |
String |
getName() |
Long |
getUpdatedAt() |
String |
getUserId() |
List<ScopedValue> |
getValues() |
int |
hashCode() |
void |
setCounterId(String counterId) |
void |
setCreatedAt(Long createdAt) |
void |
setName(String name) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUserId(String userId) |
void |
setValues(List<ScopedValue> values) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Counter |
withCounterId(String counterId) |
Counter |
withCreatedAt(Long createdAt) |
Counter |
withName(String name) |
Counter |
withUpdatedAt(Long updatedAt) |
Counter |
withUserId(String userId) |
Counter |
withValues(List<ScopedValue> values) |
public String getCounterId()
public void setCounterId(String counterId)
public String getUserId()
public void setUserId(String userId)
public String getName()
public void setName(String name)
public List<ScopedValue> getValues()
public void setValues(List<ScopedValue> values)
public Counter withValues(List<ScopedValue> values)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Counter fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Counter o)
compareTo in interface Comparable<Counter>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.