public class MatchReference
extends java.lang.Object
| Constructor and Description |
|---|
MatchReference() |
| Modifier and Type | Method and Description |
|---|---|
long |
getChampion() |
static long |
getInstanceCount() |
Lane |
getLane() |
long |
getMatchId() |
PlatformId |
getPlatformId() |
RankedQueue |
getQueue()
Legal values: TEAM_BUILDER_DRAFT_RANKED_5x5,
RANKED_SOLO_5x5, RANKED_TEAM_3x3, RANKED_TEAM_5x5.
|
Region |
getRegion() |
Role |
getRole() |
Season |
getSeason() |
long |
getTimestamp() |
void |
setRegion(Region region) |
public static long getInstanceCount()
public long getChampion()
public Lane getLane()
public long getMatchId()
public PlatformId getPlatformId()
public RankedQueue getQueue()
null if not relevant.public Region getRegion()
public void setRegion(Region region)
region - the region associated with this
match referencepublic Role getRole()
public Season getSeason()
public long getTimestamp()