Class ExportablePlayerProfileCi

java.lang.Object
com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableCi
com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportablePlayerProfileCi
All Implemented Interfaces:
Serializable

public class ExportablePlayerProfileCi extends ExportableCi
See Also:
  • Constructor Details

  • Method Details

    • getDefaultLocale

      public Locale getDefaultLocale()
    • setDefaultLocale

      public void setDefaultLocale(Locale defaultLocale)
    • getFullNames

      public Map<Locale,String> getFullNames()
    • setFullNames

      public void setFullNames(Map<Locale,String> fullNames)
    • getNationalities

      public Map<Locale,String> getNationalities()
    • setNationalities

      public void setNationalities(Map<Locale,String> nationalities)
    • getAbbreviations

      public Map<Locale,String> getAbbreviations()
    • setAbbreviations

      public void setAbbreviations(Map<Locale,String> abbreviations)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getDateOfBirth

      public Date getDateOfBirth()
    • setDateOfBirth

      public void setDateOfBirth(Date dateOfBirth)
    • getHeight

      public Integer getHeight()
    • setHeight

      public void setHeight(Integer height)
    • getWeight

      public Integer getWeight()
    • setWeight

      public void setWeight(Integer weight)
    • getCountryCode

      public String getCountryCode()
    • setCountryCode

      public void setCountryCode(String countryCode)
    • getJerseyNumber

      public Integer getJerseyNumber()
    • setJerseyNumber

      public void setJerseyNumber(Integer jerseyNumber)
    • getNickname

      public String getNickname()
    • setNickname

      public void setNickname(String nickname)
    • getGender

      public String getGender()
    • setGender

      public void setGender(String gender)
    • getCachedLocales

      public List<Locale> getCachedLocales()
    • setCachedLocales

      public void setCachedLocales(List<Locale> cachedLocales)
    • setCompetitorId

      public void setCompetitorId(String competitorId)
    • getCompetitorId

      public String getCompetitorId()