| Constructor and Description | 
|---|
FixtureImpl(ExportableFixtureCi exportable)  | 
FixtureImpl(com.sportradar.uf.sportsapi.datamodel.SapiFixture fixture)
Initializes a new instance of the  
FixtureImpl | 
| Modifier and Type | Method and Description | 
|---|---|
ExportableFixtureCi | 
export()  | 
List<Urn> | 
getAdditionalParentsIds()
Returns the list specifying the additional parent ids associated with the current instance 
 | 
CoverageInfo | 
getCoverageInfo()
Returns the  
CoverageInfo instance specifying what coverage is available for the sport event | 
Map<String,String> | 
getExtraInfo()
Returns an unmodifiable  
Map containing additional information about the fixture | 
Date | 
getNextLiveTime()
Returns the  
Date instance specifying the live time in case the fixture was re-schedule,
 or a null reference if the fixture was not re-scheduled | 
Urn | 
getParentStageId()
Returns an id of the parent stage associated with the current instance 
 | 
ProducerInfo | 
getProducerInfo()
Returns the  
ProducerInfo instance providing sportradar related information about the sport event associated | 
Reference | 
getReferences()
Returns the reference ids 
 | 
Urn | 
getReplacedBy()
Returns the  
Urn identifier of the replacement event | 
List<ScheduledStartTimeChange> | 
getScheduledStartTimeChanges()
Returns the list of all  
ScheduledStartTimeChange to start time | 
Date | 
getStartTime()
Returns the  
Date instance specifying when the fixture is scheduled to start | 
Boolean | 
getStartTimeTbd()
An indication if the start tam is yet to be defined 
 | 
List<TvChannel> | 
getTvChannels()
Returns an unmodifiable  
List representing TV channels covering the sport event | 
boolean | 
isStartTimeConfirmed()
Returns the value indicating whether the start time of the fixture has been confirmed 
 | 
String | 
toString()
 | 
public FixtureImpl(com.sportradar.uf.sportsapi.datamodel.SapiFixture fixture)
FixtureImplfixture - - SapiFixture used to create the new instancepublic FixtureImpl(ExportableFixtureCi exportable)
public Date getStartTime()
Date instance specifying when the fixture is scheduled to startgetStartTime in interface FixtureDate instance specifying when the fixture is scheduled to startpublic boolean isStartTimeConfirmed()
isStartTimeConfirmed in interface Fixturepublic Boolean getStartTimeTbd()
getStartTimeTbd in interface Fixturepublic Date getNextLiveTime()
Date instance specifying the live time in case the fixture was re-schedule,
 or a null reference if the fixture was not re-scheduledgetNextLiveTime in interface FixtureDate instance specifying the live time in case the fixture was re-schedule,
 or a null reference if the fixture was not re-scheduledpublic Map<String,String> getExtraInfo()
Map containing additional information about the fixturegetExtraInfo in interface FixtureMap containing additional information about the fixtureImmutableMappublic List<TvChannel> getTvChannels()
List representing TV channels covering the sport eventgetTvChannels in interface FixtureList representing TV channels covering the sport eventImmutableListpublic CoverageInfo getCoverageInfo()
CoverageInfo instance specifying what coverage is available for the sport eventgetCoverageInfo in interface FixtureCoverageInfo instance specifying what coverage is available for the sport eventpublic ProducerInfo getProducerInfo()
ProducerInfo instance providing sportradar related information about the sport event associatedgetProducerInfo in interface FixtureProducerInfo instance providing sportradar related information about the sport event associatedpublic Reference getReferences()
getReferences in interface Fixturepublic Urn getReplacedBy()
Urn identifier of the replacement eventgetReplacedBy in interface FixtureUrn identifier of the replacement eventpublic List<ScheduledStartTimeChange> getScheduledStartTimeChanges()
ScheduledStartTimeChange to start timegetScheduledStartTimeChanges in interface FixtureScheduledStartTimeChange to start timepublic Urn getParentStageId()
getParentStageId in interface Fixturepublic List<Urn> getAdditionalParentsIds()
getAdditionalParentsIds in interface Fixturepublic String toString()
public ExportableFixtureCi export()
Copyright © 2016–2025. All rights reserved.