public class FeaturedGameInfo extends Dto implements java.io.Serializable
Constructor and Description |
---|
FeaturedGameInfo() |
Modifier and Type | Method and Description |
---|---|
java.util.List<BannedChampion> |
getBannedChampions() |
long |
getGameId() |
long |
getGameLength() |
java.lang.String |
getGameMode() |
int |
getGameQueueConfigId() |
long |
getGameStartTime() |
java.lang.String |
getGameType() |
int |
getMapId() |
Observer |
getObservers() |
java.util.List<Participant> |
getParticipants() |
java.lang.String |
getPlatformId() |
java.lang.String |
toString() |
toString, toStringVerbosely
public java.util.List<BannedChampion> getBannedChampions()
public long getGameId()
public long getGameLength()
public java.lang.String getGameMode()
public int getGameQueueConfigId()
public long getGameStartTime()
public java.lang.String getGameType()
public int getMapId()
public Observer getObservers()
public java.util.List<Participant> getParticipants()
public java.lang.String getPlatformId()
public java.lang.String toString()
toString
in class java.lang.Object