Class RefereeImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.RefereeImpl
- All Implemented Interfaces:
Referee
Represents a sport event referee
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the unique identifier of the currentRefereeinstancegetName()Returns the name of the referee represented by the currentRefereeinstanceReturns an unmodifiableMapcontaining referee nationality in different languagesgetNationality(Locale locale) Returns the nationality in the requested localetoString()
-
Method Details
-
getId
Returns the unique identifier of the currentRefereeinstance -
getName
Returns the name of the referee represented by the currentRefereeinstance -
getNationality
Returns the nationality in the requested locale- Specified by:
getNationalityin interfaceReferee- Parameters:
locale- - aLocalein which the nationality is requested- Returns:
- - the nationality in the requested locale
-
getNationalities
Returns an unmodifiableMapcontaining referee nationality in different languages- Specified by:
getNationalitiesin interfaceReferee- Returns:
- - an unmodifiable
Mapcontaining referee nationality in different languages - See Also:
-
ImmutableMap
-
toString
-