public interface CompetitionStatus
Modifier and Type | Method and Description |
---|---|
List<EventResult> |
getEventResults()
Returns a
List of event results |
default Integer |
getPeriodOfLadder()
Returns the period of ladder
|
Map<String,Object> |
getProperties()
Returns an unmodifiable
Map of additional sport event status properties |
Object |
getPropertyValue(String property)
Returns the value of the property specified by it's name
(for a list of all available properties look at
getProperties() ) |
ReportingStatus |
getReportingStatus()
Returns a
ReportingStatus describing the reporting status of the associated sport event |
EventStatus |
getStatus()
Returns an
EventStatus describing the high-level status of the associated sport event |
Urn |
getWinnerId()
Returns the sport event winner identifier
|
Map<String,Object> |
toKeyValueStore()
Returns a
Map containing data of the sport event status ordered in key/value pairs |
<T> T |
tryGetPropertyValue(String property,
Class<T> requestedType)
Tries to return the requested property value in the required type
(for a list of all available properties look at
getProperties() ) |
Urn getWinnerId()
EventStatus getStatus()
EventStatus
describing the high-level status of the associated sport eventEventStatus
describing the high-level status of the associated sport eventReportingStatus getReportingStatus()
ReportingStatus
describing the reporting status of the associated sport eventReportingStatus
describing the reporting status of the associated sport eventList<EventResult> getEventResults()
List
of event resultsList
of event resultsObject getPropertyValue(String property)
getProperties()
)property
- the name of the property to retrieve<T> T tryGetPropertyValue(String property, Class<T> requestedType)
getProperties()
)T
- the generic type value which should be returnedproperty
- the name of the property to retrieverequestedType
- the type to which the property should be checked againstMap<String,Object> getProperties()
Map
of additional sport event status properties
List of possible properties:
Map
of additional sport event status propertiesMap<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 pairsdefault Integer getPeriodOfLadder()
Copyright © 2016–2025. All rights reserved.