public class MatchFrame extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
List<MatchEvent> | 
events  | 
Map<String,MatchParticipantFrame> | 
participantFrames  | 
long | 
timestamp  | 
| Constructor and Description | 
|---|
MatchFrame(List<MatchEvent> events,
          Map<String,MatchParticipantFrame> participantFrames,
          long timestamp)  | 
public final List<MatchEvent> events
public final Map<String,MatchParticipantFrame> participantFrames
public final long timestamp
public MatchFrame(List<MatchEvent> events, Map<String,MatchParticipantFrame> participantFrames, long timestamp)
Copyright © 2019. All rights reserved.