public class ChampionMasteryDto
extends java.lang.Object
| Constructor and Description |
|---|
ChampionMasteryDto() |
| Modifier and Type | Method and Description |
|---|---|
long |
getChampionId() |
int |
getChampionLevel() |
int |
getChampionPoints() |
long |
getChampionPointsSinceLastLevel() |
long |
getChampionPointsUntilNextLevel() |
java.lang.String |
getHighestGrade() |
static long |
getInstanceCount() |
long |
getLastPlayTime()
In Unix milliseconds time format.
|
long |
getPlayerId() |
boolean |
isChestGranted() |
public static long getInstanceCount()
public long getChampionId()
public int getChampionLevel()
public int getChampionPoints()
public long getChampionPointsSinceLastLevel()
public long getChampionPointsUntilNextLevel()
public boolean isChestGranted()
public java.lang.String getHighestGrade()
null if no grades have been received (e.g. start of new season).public long getLastPlayTime()
-1 if not defined.public long getPlayerId()
-1 if not
defined.