public interface SportEventStatusCi
Modifier and Type | Method and Description |
---|---|
Integer |
getAwayPenaltyScore()
Get the penalty score of the away competitor competing on the associated sport event (for Ice Hockey)
|
BigDecimal |
getAwayScore()
Returns the score of the home team in the current sport event
|
EventClock |
getEventClock()
Returns an
EventClock instance describing the timings in the current event |
List<EventResult> |
getEventResults()
Returns a
List of event results |
SportEventStatusDto |
getFeedStatusDto()
Returns the
SportEventStatusDto received from the feed |
Integer |
getHomePenaltyScore()
Get the penalty score of the home competitor competing on the associated sport event (for Ice Hockey)
|
BigDecimal |
getHomeScore()
Returns the score of the home team in the current sport event
|
int |
getMatchStatusId()
Returns a numeric representation of the event status
|
Integer |
getPeriodOfLadder()
Returns the period of ladder
|
List<PeriodScoreDto> |
getPeriodScores()
Returns a
List of period scores |
Map<String,Object> |
getProperties()
Returns an unmodifiable
Map which contains all the additional sport event status properties
which aren't specifically exposed |
ReportingStatus |
getReportingStatus()
Returns a
ReportingStatus describing the reporting status of the associated sport event |
SportEventStatusDto |
getSapiStatusDto()
Returns the
SportEventStatusDto received from the Sports API |
SportEventStatisticsDto |
getSportEventStatisticsDto()
Returns a
SportEventStatisticsDto instance describing the associated event statistics |
EventStatus |
getStatus()
Returns an
EventStatus describing the status of the associated sport event |
Urn |
getWinnerId()
Returns the sport event winner identifier
|
Boolean |
isDecidedByFed()
Returns an indication if the status is decided by fed
|
void |
setFeedStatus(SportEventStatusDto feedDto)
Sets the
SportEventStatusDto received from the feed |
void |
setSapiStatus(SportEventStatusDto sapiDto)
Sets the
SportEventStatusDto received from the Sports API |
Map<String,Object> |
toKeyValueStore()
Returns a
Map containing data of the sport event status ordered in key/value pairs |
SportEventStatusDto getFeedStatusDto()
SportEventStatusDto
received from the feedSportEventStatusDto
received from the feedvoid setFeedStatus(SportEventStatusDto feedDto)
SportEventStatusDto
received from the feedfeedDto
- the SportEventStatusDto
received from the feedSportEventStatusDto getSapiStatusDto()
SportEventStatusDto
received from the Sports APISportEventStatusDto
received from the Sports APIvoid setSapiStatus(SportEventStatusDto sapiDto)
SportEventStatusDto
received from the Sports APIsapiDto
- the SportEventStatusDto
received from the Sports APIUrn getWinnerId()
EventStatus getStatus()
EventStatus
describing the status of the associated sport eventEventStatus
describing the status of the associated sport eventint getMatchStatusId()
ReportingStatus getReportingStatus()
ReportingStatus
describing the reporting status of the associated sport eventReportingStatus
describing the reporting status of the associated sport eventBigDecimal getHomeScore()
BigDecimal
indicating the score of the home team
in the associated event; otherwise nullBigDecimal getAwayScore()
BigDecimal
indicating the score of the away team
in the associated event; otherwise nullList<PeriodScoreDto> getPeriodScores()
List
of period scoresList
of period scoresEventClock getEventClock()
EventClock
instance describing the timings in the current eventEventClock
instance describing the timings in the current eventList<EventResult> getEventResults()
List
of event resultsList
of event resultsSportEventStatisticsDto getSportEventStatisticsDto()
SportEventStatisticsDto
instance describing the associated event statisticsMap<String,Object> getProperties()
Map
which contains all the additional sport event status properties
which aren't specifically exposedMap
which contains all the additional sport event status properties
which aren't specifically exposedInteger getHomePenaltyScore()
Integer getAwayPenaltyScore()
Map<String,Object> toKeyValueStore()
Map
containing data of the sport event status ordered in key/value pairsMap
containing data of the sport event status ordered in key/value pairsBoolean isDecidedByFed()
Integer getPeriodOfLadder()
Copyright © 2016–2025. All rights reserved.