public interface SportEvent
Modifier and Type | Method and Description |
---|---|
Urn |
getId()
Returns an
Urn uniquely identifying the tournament associated with the current instance |
String |
getName(Locale locale)
Returns the sport event name
|
default Urn |
getReplacedBy()
Returns the
Urn specifying the replacement sport event for the current instance |
Date |
getScheduledEndTime()
Returns the
Date specifying when the sport event associated with the current
instance was scheduled to end |
Date |
getScheduledTime()
Returns the
Date specifying when the sport event associated with the current
instance was scheduled |
Urn |
getSportId()
Returns the unique sport identifier to which this event is associated
|
default Boolean |
isStartTimeTbd()
Returns the
Boolean specifying if the start time to be determined is set for the current instance |
Urn getId()
Urn
uniquely identifying the tournament associated with the current instanceUrn
uniquely identifying the tournament associated with the current instanceString getName(Locale locale)
locale
- the Locale
in which the name should be providedUrn getSportId()
Date getScheduledTime()
Date
specifying when the sport event associated with the current
instance was scheduledDate
instance specifying when the sport event associated with the current
instance was scheduledDate getScheduledEndTime()
Date
specifying when the sport event associated with the current
instance was scheduled to endDate
instance specifying when the sport event associated with the current
instance was scheduled to enddefault Boolean isStartTimeTbd()
Boolean
specifying if the start time to be determined is set for the current instanceBoolean
specifying if the start time to be determined is set for the current instanceCopyright © 2016–2025. All rights reserved.