Class ManagerImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.ManagerImpl
- All Implemented Interfaces:
Manager
An implementation of the
Manager interface-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the country codegetId()Returns the manager identifierReturns the translated manager namegetNames()Returns the translated manager namegetNationality(Locale locale) Returns the translated nationality
-
Constructor Details
-
ManagerImpl
-
-
Method Details
-
getId
Returns the manager identifier -
getName
Returns the translated manager name -
getNames
Returns the translated manager name -
getNationality
Returns the translated nationality- Specified by:
getNationalityin interfaceManager- Parameters:
locale- the locale in which the nationality should be provided- Returns:
- the translated nationality
-
getCountryCode
Returns the country code- Specified by:
getCountryCodein interfaceManager- Returns:
- the country code
-