public interface TimelineEvent
Modifier and Type | Method and Description |
---|---|
default List<Assist> |
getAssists()
Returns the period to which the timeline event belongs to
|
BigDecimal |
getAwayScore()
Returns the timeline event away score
|
default GoalScorer |
getGoalScorer()
Returns the period to which the timeline event belongs to
|
BigDecimal |
getHomeScore()
Returns the timeline event home score
|
int |
getId()
Returns the timeline event identifier
|
default String |
getMatchClock()
Returns the match clock
|
default Integer |
getMatchStatusCode()
Returns the match status code
|
Integer |
getMatchTime()
Returns the timeline event match time
|
default String |
getPeriod()
Returns the period to which the timeline event belongs to
|
String |
getPeriodName()
Returns the name of the period to which the timeline event belongs to
|
default EventPlayer |
getPlayer()
Returns the period to which the timeline event belongs to
|
default String |
getPoints()
Returns the points
|
default String |
getStoppageTime()
Returns the stoppage time
|
HomeAway |
getTeam()
Returns an indication of which team was the cause for the timeline event
|
Date |
getTime()
Returns the timeline event time
|
String |
getType()
Returns the timeline event type
|
default String |
getValue()
Returns the value
|
default Integer |
getX()
Returns the X value
|
default Integer |
getY()
Returns the Y value
|
int getId()
BigDecimal getHomeScore()
BigDecimal getAwayScore()
Integer getMatchTime()
String getPeriodName()
HomeAway getTeam()
String getType()
Date getTime()
default String getPeriod()
default String getPoints()
default String getStoppageTime()
default String getValue()
default Integer getX()
default Integer getY()
default Integer getMatchStatusCode()
default String getMatchClock()
default GoalScorer getGoalScorer()
default EventPlayer getPlayer()
Copyright © 2016–2025. All rights reserved.