Interface Lottery
- All Superinterfaces:
LongTermEvent,SportEvent
- All Known Implementing Classes:
LotteryImpl
Defines methods used to access lottery information
-
Method Summary
Modifier and TypeMethodDescriptionReturns the associated bonus infoReturns aCategorySummaryrepresenting the category associated with the current instanceReturns the associated draw infoReturns the lottery drawsMethods inherited from interface com.sportradar.unifiedodds.sdk.entities.LongTermEvent
getSport, getTournamentCoverageMethods inherited from interface com.sportradar.unifiedodds.sdk.entities.SportEvent
getId, getName, getReplacedBy, getScheduledEndTime, getScheduledTime, getSportId, isStartTimeTbd
-
Method Details
-
getCategory
CategorySummary getCategory()Returns aCategorySummaryrepresenting the category associated with the current instance- Returns:
- a
CategorySummaryrepresenting the category associated with the current instance
-
getBonusInfo
BonusInfo getBonusInfo()Returns the associated bonus info- Returns:
- the associated bonus info
-
getDrawInfo
DrawInfo getDrawInfo()Returns the associated draw info- Returns:
- the associated draw info
-
getScheduledDraws
Returns the lottery draws- Returns:
- the lottery draw
-