public class Ranking extends Object implements IModel, Serializable
| Constructor and Description |
|---|
Ranking() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Ranking |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
Long |
getIndex() |
String |
getMetadata() |
Long |
getRank() |
Long |
getScore() |
String |
getUserId() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setIndex(Long index) |
void |
setMetadata(String metadata) |
void |
setRank(Long rank) |
void |
setScore(Long score) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Ranking |
withCreatedAt(Long createdAt) |
Ranking |
withIndex(Long index) |
Ranking |
withMetadata(String metadata) |
Ranking |
withRank(Long rank) |
Ranking |
withScore(Long score) |
Ranking |
withUserId(String userId) |
public Long getRank()
public void setRank(Long rank)
public Long getIndex()
public void setIndex(Long index)
public String getUserId()
public void setUserId(String userId)
public Long getScore()
public void setScore(Long score)
public String getMetadata()
public void setMetadata(String metadata)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public static Ranking fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.