Class ExportableLoadableRoundCi
java.lang.Object
com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableLoadableRoundCi
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExportableLoadableRoundCi(Map<Locale, String> names, Map<Locale, String> phaseOrGroupLongNames, Locale defaultLocale, String type, String group, String groupId, String otherMatchId, Integer number, Integer cupRoundMatches, Integer cupRoundMatchNumber, Integer betradarId, String phase, String betradarName, List<Locale> cachedSummaryLocales, List<Locale> cachedFixtureLocales) -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()getNames()getPhase()getType()voidsetBetradarId(Integer betradarId) voidsetBetradarName(String betradarName) voidsetCachedFixtureLocales(List<Locale> cachedFixtureLocales) voidsetCachedSummaryLocales(List<Locale> cachedSummaryLocales) voidsetCupRoundMatches(Integer cupRoundMatches) voidsetCupRoundMatchNumber(Integer cupRoundMatchNumber) voidsetDefaultLocale(Locale defaultLocale) voidvoidsetGroupId(String groupId) voidvoidvoidsetOtherMatchId(String otherMatchId) voidvoidsetPhaseOrGroupLongNames(Map<Locale, String> phaseOrGroupLongNames) void
-
Constructor Details
-
ExportableLoadableRoundCi
public ExportableLoadableRoundCi(Map<Locale, String> names, Map<Locale, String> phaseOrGroupLongNames, Locale defaultLocale, String type, String group, String groupId, String otherMatchId, Integer number, Integer cupRoundMatches, Integer cupRoundMatchNumber, Integer betradarId, String phase, String betradarName, List<Locale> cachedSummaryLocales, List<Locale> cachedFixtureLocales)
-
-
Method Details
-
getNames
-
setNames
-
getPhaseOrGroupLongNames
-
setPhaseOrGroupLongNames
-
getDefaultLocale
-
setDefaultLocale
-
getType
-
setType
-
getGroup
-
setGroup
-
getGroupId
-
setGroupId
-
getOtherMatchId
-
setOtherMatchId
-
getNumber
-
setNumber
-
getCupRoundMatches
-
setCupRoundMatches
-
getCupRoundMatchNumber
-
setCupRoundMatchNumber
-
getBetradarId
-
setBetradarId
-
getPhase
-
setPhase
-
getBetradarName
-
setBetradarName
-
getCachedSummaryLocales
-
setCachedSummaryLocales
-
getCachedFixtureLocales
-
setCachedFixtureLocales
-