public class MatchFrame extends Dto implements java.io.Serializable
Constructor and Description |
---|
MatchFrame() |
Modifier and Type | Method and Description |
---|---|
java.util.List<MatchEvent> |
getEvents() |
java.util.Map<java.lang.Integer,MatchParticipantFrame> |
getParticipantFrames() |
long |
getTimestamp() |
java.lang.String |
toString() |
toString, toStringVerbosely
public java.util.List<MatchEvent> getEvents()
public java.util.Map<java.lang.Integer,MatchParticipantFrame> getParticipantFrames()
public long getTimestamp()
public java.lang.String toString()
toString
in class java.lang.Object