public class SportEventStatusCiImpl extends Object implements SportEventStatusCi
| Constructor and Description | 
|---|
SportEventStatusCiImpl(SportEventStatusDto feedDto,
                      SportEventStatusDto sapiDto)  | 
| 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 | 
public SportEventStatusCiImpl(SportEventStatusDto feedDto, SportEventStatusDto sapiDto)
public SportEventStatusDto getFeedStatusDto()
SportEventStatusCiSportEventStatusDto received from the feedgetFeedStatusDto in interface SportEventStatusCiSportEventStatusDto received from the feedpublic void setFeedStatus(SportEventStatusDto feedDto)
SportEventStatusCiSportEventStatusDto received from the feedsetFeedStatus in interface SportEventStatusCifeedDto - the SportEventStatusDto received from the feedpublic SportEventStatusDto getSapiStatusDto()
SportEventStatusCiSportEventStatusDto received from the Sports APIgetSapiStatusDto in interface SportEventStatusCiSportEventStatusDto received from the Sports APIpublic void setSapiStatus(SportEventStatusDto sapiDto)
SportEventStatusCiSportEventStatusDto received from the Sports APIsetSapiStatus in interface SportEventStatusCisapiDto - the SportEventStatusDto received from the Sports APIpublic Urn getWinnerId()
SportEventStatusCigetWinnerId in interface SportEventStatusCipublic EventStatus getStatus()
SportEventStatusCiEventStatus describing the status of the associated sport eventgetStatus in interface SportEventStatusCiEventStatus describing the status of the associated sport eventpublic int getMatchStatusId()
SportEventStatusCigetMatchStatusId in interface SportEventStatusCipublic ReportingStatus getReportingStatus()
SportEventStatusCiReportingStatus describing the reporting status of the associated sport eventgetReportingStatus in interface SportEventStatusCiReportingStatus describing the reporting status of the associated sport eventpublic BigDecimal getHomeScore()
SportEventStatusCigetHomeScore in interface SportEventStatusCiBigDecimal indicating the score of the home team
           in the associated event; otherwise nullpublic BigDecimal getAwayScore()
SportEventStatusCigetAwayScore in interface SportEventStatusCiBigDecimal indicating the score of the away team
           in the associated event; otherwise nullpublic List<PeriodScoreDto> getPeriodScores()
SportEventStatusCiList of period scoresgetPeriodScores in interface SportEventStatusCiList of period scorespublic EventClock getEventClock()
SportEventStatusCiEventClock instance describing the timings in the current eventgetEventClock in interface SportEventStatusCiEventClock instance describing the timings in the current eventpublic List<EventResult> getEventResults()
SportEventStatusCiList of event resultsgetEventResults in interface SportEventStatusCiList of event resultspublic SportEventStatisticsDto getSportEventStatisticsDto()
SportEventStatusCiSportEventStatisticsDto instance describing the associated event statisticsgetSportEventStatisticsDto in interface SportEventStatusCipublic Map<String,Object> getProperties()
SportEventStatusCiMap which contains all the additional sport event status properties
 which aren't specifically exposedgetProperties in interface SportEventStatusCiMap which contains all the additional sport event status properties
 which aren't specifically exposedpublic Integer getHomePenaltyScore()
SportEventStatusCigetHomePenaltyScore in interface SportEventStatusCipublic Integer getAwayPenaltyScore()
SportEventStatusCigetAwayPenaltyScore in interface SportEventStatusCipublic Map<String,Object> toKeyValueStore()
SportEventStatusCiMap containing data of the sport event status ordered in key/value pairstoKeyValueStore in interface SportEventStatusCiMap containing data of the sport event status ordered in key/value pairspublic Boolean isDecidedByFed()
SportEventStatusCiisDecidedByFed in interface SportEventStatusCipublic Integer getPeriodOfLadder()
SportEventStatusCigetPeriodOfLadder in interface SportEventStatusCiCopyright © 2016–2025. All rights reserved.