Class ExportablePlayerProfileCi
java.lang.Object
com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableCi
com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportablePlayerProfileCi
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExportablePlayerProfileCi(String id, Map<Locale, String> names, Locale defaultLocale, Map<Locale, String> fullNames, Map<Locale, String> nationalities, Map<Locale, String> abbreviations, String type, Date dateOfBirth, Integer height, Integer weight, String countryCode, Integer jerseyNumber, String nickname, String gender, List<Locale> cachedLocales, String competitorId) -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetAbbreviations(Map<Locale, String> abbreviations) voidsetCachedLocales(List<Locale> cachedLocales) voidsetCompetitorId(String competitorId) voidsetCountryCode(String countryCode) voidsetDateOfBirth(Date dateOfBirth) voidsetDefaultLocale(Locale defaultLocale) voidsetFullNames(Map<Locale, String> fullNames) voidvoidvoidsetJerseyNumber(Integer jerseyNumber) voidsetNationalities(Map<Locale, String> nationalities) voidsetNickname(String nickname) voidvoidMethods inherited from class com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableCi
getId, getNames, setId, setNames
-
Constructor Details
-
ExportablePlayerProfileCi
public ExportablePlayerProfileCi(String id, Map<Locale, String> names, Locale defaultLocale, Map<Locale, String> fullNames, Map<Locale, String> nationalities, Map<Locale, String> abbreviations, String type, Date dateOfBirth, Integer height, Integer weight, String countryCode, Integer jerseyNumber, String nickname, String gender, List<Locale> cachedLocales, String competitorId)
-
-
Method Details
-
getDefaultLocale
-
setDefaultLocale
-
getFullNames
-
setFullNames
-
getNationalities
-
setNationalities
-
getAbbreviations
-
setAbbreviations
-
getType
-
setType
-
getDateOfBirth
-
setDateOfBirth
-
getHeight
-
setHeight
-
getWeight
-
setWeight
-
getCountryCode
-
setCountryCode
-
getJerseyNumber
-
setJerseyNumber
-
getNickname
-
setNickname
-
getGender
-
setGender
-
getCachedLocales
-
setCachedLocales
-
setCompetitorId
-
getCompetitorId
-