public class SummonerDto
extends java.lang.Object
| Constructor and Description |
|---|
SummonerDto() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
static long |
getInstanceCount() |
java.lang.String |
getName() |
long |
getProfileIconId() |
Region |
getRegion() |
long |
getRevisionDate()
The following events will update this timestamp:
profile icon change, playing the tutorial or advanced tutorial,
finishing a game, summoner name change.
|
int |
getSummonerLevel() |
void |
setRegion(Region region) |
public static long getInstanceCount()
public Region getRegion()
public void setRegion(Region region)
public long getId()
-1 if not defined.public java.lang.String getName()
public long getProfileIconId()
-1 if not defined.public int getSummonerLevel()
-1 if not defined.public long getRevisionDate()
-1 if not defined.