public class Participant extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
int | 
championId  | 
String | 
highestAchievedSeasonTier
Highest ranked tier achieved for the previous season in a specific subset of queueIds, if any, otherwise null. 
 | 
List<Mastery> | 
masteries
List of legacy Mastery information. 
 | 
int | 
participantId  | 
List<Rune> | 
runes
List of legacy Rune information. 
 | 
int | 
spell1Id
First Summoner Spell id. 
 | 
int | 
spell2Id
Second Summoner Spell id. 
 | 
ParticipantStats | 
stats
Participant statistics. 
 | 
int | 
teamId
100 for blue side. 
 | 
ParticipantTimeline | 
timeline
Participant timeline data. 
 | 
| Constructor and Description | 
|---|
Participant(int championId,
           String highestAchievedSeasonTier,
           List<Mastery> masteries,
           int participantId,
           List<Rune> runes,
           int spell1Id,
           int spell2Id,
           ParticipantStats stats,
           int teamId,
           ParticipantTimeline timeline)  | 
public final int championId
public final String highestAchievedSeasonTier
public final List<Mastery> masteries
public final int participantId
public final List<Rune> runes
public final int spell1Id
public final int spell2Id
public final ParticipantStats stats
public final int teamId
public final ParticipantTimeline timeline
public Participant(int championId,
                   String highestAchievedSeasonTier,
                   List<Mastery> masteries,
                   int participantId,
                   List<Rune> runes,
                   int spell1Id,
                   int spell2Id,
                   ParticipantStats stats,
                   int teamId,
                   ParticipantTimeline timeline)
Copyright © 2019. All rights reserved.