Interface LotteryCi
- All Superinterfaces:
CacheItem,SportEventCi
- All Known Implementing Classes:
LotteryCiImpl
A lottery cache representation
-
Method Summary
Modifier and TypeMethodDescriptionReturns the associated bonus infoReturns the associated category idReturns the associated draw infoReturns the lottery draws scheduleMethods inherited from interface com.sportradar.unifiedodds.sdk.internal.caching.CacheItem
getId, getNames, hasTranslationsLoadedFor, mergeMethods inherited from interface com.sportradar.unifiedodds.sdk.internal.caching.SportEventCi
getReplacedBy, getScheduled, getScheduledEnd, getScheduledEndRaw, getScheduledRaw, isStartTimeTbd
-
Method Details
-
getCategoryId
Urn getCategoryId()Returns the associated category id- Returns:
- the associated category id
-
getBonusInfo
BonusInfoCi getBonusInfo()Returns the associated bonus info- Returns:
- the associated bonus info
-
getDrawInfo
DrawInfoCi getDrawInfo()Returns the associated draw info- Returns:
- the associated draw info
-
getScheduledDraws
Returns the lottery draws schedule- Returns:
- the lottery draw schedule
-