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)
FixtureImpl
fixture
- - 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 Fixture
Date
instance specifying when the fixture is scheduled to startpublic boolean isStartTimeConfirmed()
isStartTimeConfirmed
in interface Fixture
public Boolean getStartTimeTbd()
getStartTimeTbd
in interface Fixture
public 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 Fixture
Date
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 Fixture
Map
containing additional information about the fixtureImmutableMap
public List<TvChannel> getTvChannels()
List
representing TV channels covering the sport eventgetTvChannels
in interface Fixture
List
representing TV channels covering the sport eventImmutableList
public CoverageInfo getCoverageInfo()
CoverageInfo
instance specifying what coverage is available for the sport eventgetCoverageInfo
in interface Fixture
CoverageInfo
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 Fixture
ProducerInfo
instance providing sportradar related information about the sport event associatedpublic Reference getReferences()
getReferences
in interface Fixture
public Urn getReplacedBy()
Urn
identifier of the replacement eventgetReplacedBy
in interface Fixture
Urn
identifier of the replacement eventpublic List<ScheduledStartTimeChange> getScheduledStartTimeChanges()
ScheduledStartTimeChange
to start timegetScheduledStartTimeChanges
in interface Fixture
ScheduledStartTimeChange
to start timepublic Urn getParentStageId()
getParentStageId
in interface Fixture
public List<Urn> getAdditionalParentsIds()
getAdditionalParentsIds
in interface Fixture
public String toString()
public ExportableFixtureCi export()
Copyright © 2016–2025. All rights reserved.