Interface TimelineEvent


public interface TimelineEvent
Defines methods used to access timeline event properties
  • Method Details

    • getId

      long getId()
      Returns the timeline event identifier
      Returns:
      the timeline event identifier
    • getHomeScore

      BigDecimal getHomeScore()
      Returns the timeline event home score
      Returns:
      the home score
    • getAwayScore

      BigDecimal getAwayScore()
      Returns the timeline event away score
      Returns:
      the away score
    • getMatchTime

      Integer getMatchTime()
      Returns the timeline event match time
      Returns:
      the match time
    • getPeriodName

      String getPeriodName()
      Returns the name of the period to which the timeline event belongs to
      Returns:
      the period name
    • getTeam

      HomeAway getTeam()
      Returns an indication of which team was the cause for the timeline event
      Returns:
      an indication of which team was the cause for the timeline event
    • getType

      String getType()
      Returns the timeline event type
      Returns:
      the timeline event type
    • getTime

      Date getTime()
      Returns the timeline event time
      Returns:
      the timeline event time
    • getPeriod

      default String getPeriod()
      Returns the period to which the timeline event belongs to
      Returns:
      the period
    • getPoints

      default String getPoints()
      Returns the points
      Returns:
      the points
    • getStoppageTime

      default String getStoppageTime()
      Returns the stoppage time
      Returns:
      the stoppage time
    • getValue

      default String getValue()
      Returns the value
      Returns:
      the value
    • getX

      default Integer getX()
      Returns the X value
      Returns:
      the X value
    • getY

      default Integer getY()
      Returns the Y value
      Returns:
      the Y value
    • getMatchStatusCode

      default Integer getMatchStatusCode()
      Returns the match status code
      Returns:
      the match status code
    • getMatchClock

      default String getMatchClock()
      Returns the match clock
      Returns:
      the match clock
    • getGoalScorer

      default GoalScorer getGoalScorer()
      Returns the period to which the timeline event belongs to
      Returns:
      the period
    • getPlayer

      default EventPlayer getPlayer()
      Returns the period to which the timeline event belongs to
      Returns:
      the period
    • getAssists

      default List<Assist> getAssists()
      Returns the period to which the timeline event belongs to
      Returns:
      the period