Interface Draw
- All Superinterfaces:
SportEvent
- All Known Implementing Classes:
DrawImpl
Defines methods used to access draw information
-
Method Summary
Modifier and TypeMethodDescriptiondefault IntegerReturns the display idReturns the associated lotteryReturns a list of draw resultsReturns the status of the drawMethods inherited from interface com.sportradar.unifiedodds.sdk.entities.SportEvent
getId, getName, getReplacedBy, getScheduledEndTime, getScheduledTime, getSportId, isStartTimeTbd
-
Method Details
-
getStatus
DrawStatus getStatus()Returns the status of the draw- Returns:
- the status of the draw
-
getResults
List<DrawResult> getResults()Returns a list of draw results- Returns:
- a list of draw results
-
getLottery
Lottery getLottery()Returns the associated lottery- Returns:
- the associated lottery
-
getDisplayId
Returns the display id- Returns:
- the display id
-