public class ChampionMastery extends Dto implements java.io.Serializable
| Constructor and Description |
|---|
ChampionMastery() |
| Modifier and Type | Method and Description |
|---|---|
int |
getChampionId() |
int |
getChampionLevel() |
long |
getChampionPoints() |
long |
getChampionPointsSinceLastLevel() |
long |
getChampionPointsUntilNextLevel() |
long |
getLastPlayTime() |
long |
getPlayerId() |
int |
getTokensEarned() |
boolean |
isChestGranted() |
java.lang.String |
toString() |
toString, toStringVerboselypublic int getChampionId()
public int getChampionLevel()
public long getChampionPoints()
public long getChampionPointsSinceLastLevel()
public long getChampionPointsUntilNextLevel()
public long getLastPlayTime()
public long getPlayerId()
public int getTokensEarned()
public boolean isChestGranted()
public java.lang.String toString()
toString in class java.lang.Object