public class Participant extends Dto implements java.io.Serializable
Constructor and Description |
---|
Participant() |
Modifier and Type | Method and Description |
---|---|
int |
getChampionId() |
int |
getProfileIconId() |
int |
getSpell1Id() |
int |
getSpell2Id() |
java.lang.String |
getSummonerName() |
int |
getTeamId() |
boolean |
isBot() |
java.lang.String |
toString() |
toString, toStringVerbosely
public int getChampionId()
public int getProfileIconId()
public int getSpell1Id()
public int getSpell2Id()
public java.lang.String getSummonerName()
public int getTeamId()
public boolean isBot()
public java.lang.String toString()
toString
in class java.lang.Object