Class ExportableLotteryCi
java.lang.Object
com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableCi
com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableSportEventCi
com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableLotteryCi
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExportableLotteryCi(String id, Map<Locale, String> names, Date scheduled, Date scheduledEnd, Boolean startTimeTbd, String replacedBy, Locale defaultLocale, String categoryId, ExportableBonusInfoCi bonusInfo, ExportableDrawInfoCi drawInfo, List<String> scheduledDraws, Set<Locale> cachedLocales) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBonusInfo(ExportableBonusInfoCi bonusInfo) voidsetCachedLocales(Set<Locale> cachedLocales) voidsetCategoryId(String categoryId) voidsetDefaultLocale(Locale defaultLocale) voidsetDrawInfo(ExportableDrawInfoCi drawInfo) voidsetScheduledDraws(List<String> scheduledDraws) Methods inherited from class com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableSportEventCi
getReplacedBy, getScheduled, getScheduledEnd, getStartTimeTbd, setReplacedBy, setScheduled, setScheduledEnd, setStartTimeTbdMethods inherited from class com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableCi
getId, getNames, setId, setNames
-
Constructor Details
-
ExportableLotteryCi
public ExportableLotteryCi(String id, Map<Locale, String> names, Date scheduled, Date scheduledEnd, Boolean startTimeTbd, String replacedBy, Locale defaultLocale, String categoryId, ExportableBonusInfoCi bonusInfo, ExportableDrawInfoCi drawInfo, List<String> scheduledDraws, Set<Locale> cachedLocales)
-
-
Method Details
-
getDefaultLocale
-
setDefaultLocale
-
getCategoryId
-
setCategoryId
-
getBonusInfo
-
setBonusInfo
-
getDrawInfo
-
setDrawInfo
-
getScheduledDraws
-
setScheduledDraws
-
getCachedLocales
-
setCachedLocales
-