Interface LongTermEvent
- All Superinterfaces:
SportEvent
- All Known Subinterfaces:
BasicTournament,Lottery,Season,Tournament
- All Known Implementing Classes:
BasicTournamentImpl,LotteryImpl,SeasonImpl,TournamentImpl
Defines methods implemented by classes providing data of a long term sport event
-
Method Summary
Modifier and TypeMethodDescriptiongetSport()Returns aSportSummaryinstance representing the sport associated with the current instanceReturns aTournamentCoverageinstance which describes the associated tournament coverage informationMethods inherited from interface com.sportradar.unifiedodds.sdk.entities.SportEvent
getId, getName, getReplacedBy, getScheduledEndTime, getScheduledTime, getSportId, isStartTimeTbd
-
Method Details
-
getSport
SportSummary getSport()Returns aSportSummaryinstance representing the sport associated with the current instance- Returns:
- a
SportSummaryinstance representing the sport associated with the current instance
-
getTournamentCoverage
TournamentCoverage getTournamentCoverage()Returns aTournamentCoverageinstance which describes the associated tournament coverage information- Returns:
- a
TournamentCoverageinstance describing the tournament coverage information
-