Interface FixtureChange<T extends SportEvent>
- All Superinterfaces:
EventMessage<T>,Message
Fixture change is sent when some SportRadar system has made a fixture change it deems is
important. This is typically changes that affect events in the nearterm (e.g. a match was added
that will start in the next few minutes, a match was delayed and starts in a couple of minutes
etc etc.).
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.EventMessage
getEvent, getRawMessage, getRequestIdMethods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.Message
getProducer, getTimestamps
-
Method Details
-
getChangeType
FixtureChangeType getChangeType() -
getNextLiveTime
Date getNextLiveTime() -
getStartTime
Date getStartTime()
-