Class OutcomeMappingDataImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.markets.OutcomeMappingDataImpl
- All Implemented Interfaces:
OutcomeMappingData
Created on 14/06/2017.
// TODO @eti: Javadoc
-
Method Summary
Modifier and TypeMethodDescriptionReturns the associated outcome identifierReturns the mapped outcome idgetProducerOutcomeName(Locale locale) Returns the mapped outcome name
-
Method Details
-
getOutcomeId
Description copied from interface:OutcomeMappingDataReturns the associated outcome identifier- Specified by:
getOutcomeIdin interfaceOutcomeMappingData- Returns:
- - the associated outcome identifier
-
getProducerOutcomeId
Description copied from interface:OutcomeMappingDataReturns the mapped outcome id- Specified by:
getProducerOutcomeIdin interfaceOutcomeMappingData- Returns:
- - the mapped outcome id
-
getProducerOutcomeName
Description copied from interface:OutcomeMappingDataReturns the mapped outcome name- Specified by:
getProducerOutcomeNamein interfaceOutcomeMappingData- Parameters:
locale- - theLocalein which the name should be returned- Returns:
- - the translated mapped outcome name
-