public interface PeriodScore
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAwayScore()
Returns the score of the away team in the period represented by the current instance
|
BigDecimal |
getHomeScore()
Returns the score of the home team in the period represented by the current instance
|
default Integer |
getMatchStatusCode()
Returns the match status code
|
LocalizedNamedValue |
getPeriodDescription()
Returns the period description translated in the default locale
|
LocalizedNamedValue |
getPeriodDescription(Locale locale)
Returns the period description translated in the specified language
|
Integer |
getPeriodNumber()
Returns the sequence number of the period represented by the current instance
|
PeriodType |
getPeriodType()
Returns the period type
|
BigDecimal getHomeScore()
BigDecimal getAwayScore()
Integer getPeriodNumber()
LocalizedNamedValue getPeriodDescription()
LocalizedNamedValue getPeriodDescription(Locale locale)
locale
- - a Locale
specifying the language of the statusPeriodType getPeriodType()
default Integer getMatchStatusCode()
Copyright © 2016–2025. All rights reserved.