Interface Lottery

All Superinterfaces:
LongTermEvent, SportEvent
All Known Implementing Classes:
LotteryImpl

public interface Lottery extends LongTermEvent
Defines methods used to access lottery information
  • Method Details

    • getCategory

      CategorySummary getCategory()
      Returns a CategorySummary representing the category associated with the current instance
      Returns:
      a CategorySummary representing 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

      List<Draw> getScheduledDraws()
      Returns the lottery draws
      Returns:
      the lottery draw