public class GameDto
extends java.lang.Object
| Constructor and Description |
|---|
GameDto() |
| Modifier and Type | Method and Description |
|---|---|
long |
getChampionId() |
long |
getCreateDate() |
PlayerDto[] |
getFellowPlayers() |
long |
getGameId() |
GameMode |
getGameMode() |
GameType |
getGameType() |
static long |
getInstanceCount() |
int |
getIpEarned() |
int |
getLevel() |
int |
getMapId() |
long |
getSpell1() |
long |
getSpell2() |
RawStatsDto |
getStats() |
GameSubType |
getSubType() |
int |
getTeamId() |
boolean |
isInvalid() |
public static long getInstanceCount()
public PlayerDto[] getFellowPlayers()
public GameType getGameType()
public RawStatsDto getStats()
public long getGameId()
public int getIpEarned()
public long getSpell1()
public int getTeamId()
public long getSpell2()
public GameMode getGameMode()
public int getMapId()
public int getLevel()
public boolean isInvalid()
public GameSubType getSubType()
public long getCreateDate()
public long getChampionId()