Interface MatchStatus

All Superinterfaces:
CompetitionStatus
All Known Implementing Classes:
MatchStatusImpl

public interface MatchStatus extends CompetitionStatus
Defines methods used to access match specific status attributes
  • Method Details

    • getEventClock

      EventClock getEventClock()
      Returns an EventClock instance describing the timings in the current event
      Returns:
      an EventClock instance describing the timings in the current event
    • getPeriodScores

      List<PeriodScore> getPeriodScores()
      Returns a List of period scores
      Returns:
      a List of period scores
    • getMatchStatusId

      int getMatchStatusId()
      Returns the match status id
      Returns:
      the match status id
    • getMatchStatus

      LocalizedNamedValue getMatchStatus()
      Returns the match status translated in the default locale
      Returns:
      the match status translated in the default locale
    • getMatchStatus

      LocalizedNamedValue getMatchStatus(Locale locale)
      Returns the match status translated in the specified language
      Parameters:
      locale - a Locale specifying the language of the status
      Returns:
      the match status translated in the specified language
    • getHomeScore

      BigDecimal getHomeScore()
      Returns the score of the home competitor competing on the associated sport event
      Returns:
      the score of the home competitor competing on the associated sport event
    • getAwayScore

      BigDecimal getAwayScore()
      Returns the score of the away competitor competing on the associated sport event
      Returns:
      the score of the away competitor competing on the associated sport event
    • getStatistics

      MatchStatistics getStatistics()
      Returns the statistics of the associated match
      Returns:
      the statistics of the associated match
    • getHomePenaltyScore

      Integer getHomePenaltyScore()
      Returns the penalty score of the home competitor competing on the associated sport event (for Ice Hockey)
      Returns:
      value of home penalty score
    • getAwayPenaltyScore

      Integer getAwayPenaltyScore()
      Returns the penalty score of the away competitor competing on the associated sport event (for Ice Hockey)
      Returns:
      value of away penalty score
    • isDecidedByFed

      Boolean isDecidedByFed()
      Returns an indication if the status is decided by fed
      Returns:
      boolean value