Interface MatchStatus
- All Superinterfaces:
CompetitionStatus
- All Known Implementing Classes:
MatchStatusImpl
Defines methods used to access match specific status attributes
-
Method Summary
Modifier and TypeMethodDescriptionReturns the penalty score of the away competitor competing on the associated sport event (for Ice Hockey)Returns the score of the away competitor competing on the associated sport eventReturns anEventClockinstance describing the timings in the current eventReturns the penalty score of the home competitor competing on the associated sport event (for Ice Hockey)Returns the score of the home competitor competing on the associated sport eventReturns the match status translated in the default localegetMatchStatus(Locale locale) Returns the match status translated in the specified languageintReturns the match status idReturns aListof period scoresReturns the statistics of the associated matchReturns an indication if the status is decided by fedMethods inherited from interface com.sportradar.unifiedodds.sdk.entities.status.CompetitionStatus
getEventResults, getPeriodOfLadder, getProperties, getPropertyValue, getReportingStatus, getStatus, getWinnerId, toKeyValueStore, tryGetPropertyValue
-
Method Details
-
getEventClock
EventClock getEventClock()Returns anEventClockinstance describing the timings in the current event- Returns:
- an
EventClockinstance describing the timings in the current event
-
getPeriodScores
List<PeriodScore> getPeriodScores()Returns aListof period scores- Returns:
- a
Listof 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
Returns the match status translated in the specified language- Parameters:
locale- aLocalespecifying 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
-