public interface MatchStatus extends CompetitionStatus
Modifier and Type | Method and Description |
---|---|
Integer |
getAwayPenaltyScore()
Returns the penalty score of the away competitor competing on the associated sport event (for Ice Hockey)
|
BigDecimal |
getAwayScore()
Returns the score of the away competitor competing on the associated sport event
|
EventClock |
getEventClock()
Returns an
EventClock instance describing the timings in the current event |
Integer |
getHomePenaltyScore()
Returns the penalty score of the home competitor competing on the associated sport event (for Ice Hockey)
|
BigDecimal |
getHomeScore()
Returns the score of the home competitor competing on the associated sport event
|
LocalizedNamedValue |
getMatchStatus()
Returns the match status translated in the default locale
|
LocalizedNamedValue |
getMatchStatus(Locale locale)
Returns the match status translated in the specified language
|
int |
getMatchStatusId()
Returns the match status id
|
List<PeriodScore> |
getPeriodScores()
Returns a
List of period scores |
MatchStatistics |
getStatistics()
Returns the statistics of the associated match
|
Boolean |
isDecidedByFed()
Returns an indication if the status is decided by fed
|
getEventResults, getPeriodOfLadder, getProperties, getPropertyValue, getReportingStatus, getStatus, getWinnerId, toKeyValueStore, tryGetPropertyValue
EventClock getEventClock()
EventClock
instance describing the timings in the current eventEventClock
instance describing the timings in the current eventList<PeriodScore> getPeriodScores()
List
of period scoresList
of period scoresint getMatchStatusId()
LocalizedNamedValue getMatchStatus()
LocalizedNamedValue getMatchStatus(Locale locale)
locale
- a Locale
specifying the language of the statusBigDecimal getHomeScore()
BigDecimal getAwayScore()
MatchStatistics getStatistics()
Integer getHomePenaltyScore()
Integer getAwayPenaltyScore()
Boolean isDecidedByFed()
Copyright © 2016–2025. All rights reserved.