public class GameScoreRank extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
UserRank_Mode_Null |
static long |
UserRank_NotWeek |
static int |
UserRank_Type_Null |
| 构造器和说明 |
|---|
GameScoreRank() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getGameScore() |
Long |
getId() |
Integer |
getMode() |
Long |
getRank() |
Long |
getStasticsAt() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
String |
getUserName() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGameScore(Long gameScore) |
void |
setId(Long id) |
void |
setMode(Integer mode) |
void |
setRank(Long rank) |
void |
setStasticsAt(Long stasticsAt) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
void |
setUserName(String userName) |
String |
toString() |
public static final long UserRank_NotWeek
public static final int UserRank_Type_Null
public static final int UserRank_Mode_Null
public Long getId()
public void setId(Long id)
public Integer getType()
public void setType(Integer type)
public Integer getMode()
public void setMode(Integer mode)
public String getUserName()
public void setUserName(String userName)
public Long getUserId()
public void setUserId(Long userId)
public Long getStasticsAt()
public void setStasticsAt(Long stasticsAt)
public Long getGameScore()
public void setGameScore(Long gameScore)
public Long getRank()
public void setRank(Long rank)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2017. All rights reserved.