Class FixtureImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.FixtureImpl
- All Implemented Interfaces:
Fixture
A representation of a fixture
A Fixture is a sport event that has been arranged for a particular time and place
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFixtureImpl(com.sportradar.uf.sportsapi.datamodel.SapiFixture fixture) Initializes a new instance of theFixtureImplFixtureImpl(ExportableFixtureCi exportable) -
Method Summary
Modifier and TypeMethodDescriptionexport()Returns the list specifying the additional parent ids associated with the current instanceReturns theCoverageInfoinstance specifying what coverage is available for the sport eventReturns an unmodifiableMapcontaining additional information about the fixtureReturns theDateinstance specifying the live time in case the fixture was re-schedule, or a null reference if the fixture was not re-scheduledReturns an id of the parent stage associated with the current instanceReturns theProducerInfoinstance providing sportradar related information about the sport event associatedReturns the reference idsReturns theUrnidentifier of the replacement eventReturns the list of allScheduledStartTimeChangeto start timeReturns theDateinstance specifying when the fixture is scheduled to startAn indication if the start tam is yet to be definedReturns an unmodifiableListrepresenting TV channels covering the sport eventbooleanReturns the value indicating whether the start time of the fixture has been confirmedtoString()
-
Constructor Details
-
FixtureImpl
public FixtureImpl(com.sportradar.uf.sportsapi.datamodel.SapiFixture fixture) Initializes a new instance of theFixtureImpl- Parameters:
fixture- -SapiFixtureused to create the new instance
-
FixtureImpl
-
-
Method Details
-
getStartTime
Returns theDateinstance specifying when the fixture is scheduled to start- Specified by:
getStartTimein interfaceFixture- Returns:
- - the
Dateinstance specifying when the fixture is scheduled to start
-
isStartTimeConfirmed
public boolean isStartTimeConfirmed()Returns the value indicating whether the start time of the fixture has been confirmed- Specified by:
isStartTimeConfirmedin interfaceFixture- Returns:
- - the value indicating whether the start time of the fixture has been confirmed
-
getStartTimeTbd
An indication if the start tam is yet to be defined- Specified by:
getStartTimeTbdin interfaceFixture- Returns:
- an indication if the start tam is yet to be defined
-
getNextLiveTime
Returns theDateinstance specifying the live time in case the fixture was re-schedule, or a null reference if the fixture was not re-scheduled- Specified by:
getNextLiveTimein interfaceFixture- Returns:
- - the
Dateinstance specifying the live time in case the fixture was re-schedule, or a null reference if the fixture was not re-scheduled
-
getExtraInfo
Returns an unmodifiableMapcontaining additional information about the fixture- Specified by:
getExtraInfoin interfaceFixture- Returns:
- - an unmodifiable
Mapcontaining additional information about the fixture - See Also:
-
ImmutableMap
-
getTvChannels
Returns an unmodifiableListrepresenting TV channels covering the sport event- Specified by:
getTvChannelsin interfaceFixture- Returns:
- - an unmodifiable
Listrepresenting TV channels covering the sport event - See Also:
-
ImmutableList
-
getCoverageInfo
Returns theCoverageInfoinstance specifying what coverage is available for the sport event- Specified by:
getCoverageInfoin interfaceFixture- Returns:
- - the
CoverageInfoinstance specifying what coverage is available for the sport event
-
getProducerInfo
Returns theProducerInfoinstance providing sportradar related information about the sport event associated- Specified by:
getProducerInfoin interfaceFixture- Returns:
- - the
ProducerInfoinstance providing sportradar related information about the sport event associated
-
getReferences
Returns the reference ids- Specified by:
getReferencesin interfaceFixture- Returns:
- - the reference ids
-
getReplacedBy
Returns theUrnidentifier of the replacement event- Specified by:
getReplacedByin interfaceFixture- Returns:
- the
Urnidentifier of the replacement event
-
getScheduledStartTimeChanges
Returns the list of allScheduledStartTimeChangeto start time- Specified by:
getScheduledStartTimeChangesin interfaceFixture- Returns:
- the list of all
ScheduledStartTimeChangeto start time
-
getParentStageId
Returns an id of the parent stage associated with the current instance- Specified by:
getParentStageIdin interfaceFixture- Returns:
- id of the parent stage associated with the current instance
-
getAdditionalParentsIds
Returns the list specifying the additional parent ids associated with the current instance- Specified by:
getAdditionalParentsIdsin interfaceFixture- Returns:
- the list specifying the additional parent ids associated with the current instance
-
toString
-
export
-