public class Ranking extends Object implements Serializable
| Constructor and Description |
|---|
Ranking() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getIndex()
インデックスを取得
|
String |
getMeta()
メタデータを取得
|
Long |
getRank()
順位を取得
|
Integer |
getScore()
スコアを取得
|
Integer |
getUpdateAt()
更新日時を取得
|
String |
getUserId()
ユーザIDを取得
|
void |
setIndex(Long index)
インデックスを設定
|
void |
setMeta(String meta)
メタデータを設定
|
void |
setRank(Long rank)
順位を設定
|
void |
setScore(Integer score)
スコアを設定
|
void |
setUpdateAt(Integer updateAt)
更新日時を設定
|
void |
setUserId(String userId)
ユーザIDを設定
|
public Long getIndex()
public void setIndex(Long index)
index - インデックスpublic Long getRank()
public void setRank(Long rank)
rank - 順位public String getUserId()
public void setUserId(String userId)
userId - ユーザIDpublic Integer getScore()
public void setScore(Integer score)
score - スコアpublic String getMeta()
public void setMeta(String meta)
meta - メタデータpublic Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 更新日時Copyright © 2016 Game Server Services, Inc. AllRights Reserved.