public class ParticipantTimeline extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
Map<String,Double> | 
creepsPerMinDeltas
Creeps for a specified period. 
 | 
Map<String,Double> | 
csDiffPerMinDeltas
Creep score difference versus the calculated lane opponent(s) for a specified period. 
 | 
Map<String,Double> | 
damageTakenDiffPerMinDeltas
Damage taken difference versus the calculated lane opponent(s) for a specified period. 
 | 
Map<String,Double> | 
damageTakenPerMinDeltas
Damage taken for a specified period. 
 | 
Map<String,Double> | 
goldPerMinDeltas
Gold for a specified period. 
 | 
String | 
lane
Participant's calculated lane. 
 | 
int | 
participantId  | 
String | 
role
Participant's calculated role. 
 | 
Map<String,Double> | 
xpDiffPerMinDeltas
Experience difference versus the calculated lane opponent(s) for a specified period. 
 | 
Map<String,Double> | 
xpPerMinDeltas
Experience change for a specified period. 
 | 
| Constructor and Description | 
|---|
ParticipantTimeline(Map<String,Double> creepsPerMinDeltas,
                   Map<String,Double> csDiffPerMinDeltas,
                   Map<String,Double> damageTakenDiffPerMinDeltas,
                   Map<String,Double> damageTakenPerMinDeltas,
                   Map<String,Double> goldPerMinDeltas,
                   String lane,
                   int participantId,
                   String role,
                   Map<String,Double> xpDiffPerMinDeltas,
                   Map<String,Double> xpPerMinDeltas)  | 
public final Map<String,Double> creepsPerMinDeltas
public final Map<String,Double> csDiffPerMinDeltas
public final Map<String,Double> damageTakenDiffPerMinDeltas
public final Map<String,Double> damageTakenPerMinDeltas
public final String lane
public final int participantId
public final String role
public final Map<String,Double> xpDiffPerMinDeltas
public ParticipantTimeline(Map<String,Double> creepsPerMinDeltas, Map<String,Double> csDiffPerMinDeltas, Map<String,Double> damageTakenDiffPerMinDeltas, Map<String,Double> damageTakenPerMinDeltas, Map<String,Double> goldPerMinDeltas, String lane, int participantId, String role, Map<String,Double> xpDiffPerMinDeltas, Map<String,Double> xpPerMinDeltas)
Copyright © 2019. All rights reserved.