Class ExportableCompleteRoundCi
java.lang.Object
com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableCompleteRoundCi
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExportableCompleteRoundCi(Map<Locale, String> names, Map<Locale, String> phaseOrGroupLongNames, String type, String group, String groupId, String otherMatchId, Integer number, Integer cupRoundMatches, Integer cupRoundMatchNumber, Integer betradarId, String phase, String betradarName, List<Locale> cachedLocales) -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()getNames()getPhase()getType()voidsetBetradarId(Integer betradarId) voidsetBetradarName(String betradarName) voidsetCachedLocales(List<Locale> cachedLocales) voidsetCupRoundMatches(Integer cupRoundMatches) voidsetCupRoundMatchNumber(Integer cupRoundMatchNumber) voidvoidsetGroupId(String groupId) voidsetGroupNames(Map<Locale, String> groupNames) voidvoidvoidsetOtherMatchId(String otherMatchId) voidvoidsetPhaseOrGroupLongNames(Map<Locale, String> phaseOrGroupLongNames) void
-
Constructor Details
-
ExportableCompleteRoundCi
public ExportableCompleteRoundCi(Map<Locale, String> names, Map<Locale, String> phaseOrGroupLongNames, String type, String group, String groupId, String otherMatchId, Integer number, Integer cupRoundMatches, Integer cupRoundMatchNumber, Integer betradarId, String phase, String betradarName, List<Locale> cachedLocales)
-
-
Method Details
-
getNames
-
setNames
-
getGroupNames
-
setGroupNames
-
getPhaseOrGroupLongNames
-
setPhaseOrGroupLongNames
-
getType
-
setType
-
getGroup
-
setGroup
-
getGroupId
-
setGroupId
-
getOtherMatchId
-
setOtherMatchId
-
getNumber
-
setNumber
-
getCupRoundMatches
-
setCupRoundMatches
-
getCupRoundMatchNumber
-
setCupRoundMatchNumber
-
getBetradarId
-
setBetradarId
-
getPhase
-
setPhase
-
getBetradarName
-
setBetradarName
-
getCachedLocales
-
setCachedLocales
-