Class EventRecommendationsImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.custombetentities.EventRecommendationsImpl
- All Implemented Interfaces:
EventRecommendations
Implementation of
EventRecommendations-
Constructor Summary
ConstructorsConstructorDescriptionEventRecommendationsImpl(com.sportradar.uf.custombet.datamodel.CapiEventRecommendationsType eventRecommendations) -
Method Summary
Modifier and TypeMethodDescriptionReturns the event URNintReturns the number of provided recommendationsReturns the list of recommendationsReturns the source of the recommendations
-
Constructor Details
-
EventRecommendationsImpl
public EventRecommendationsImpl(com.sportradar.uf.custombet.datamodel.CapiEventRecommendationsType eventRecommendations)
-
-
Method Details
-
getEventId
Description copied from interface:EventRecommendationsReturns the event URN- Specified by:
getEventIdin interfaceEventRecommendations- Returns:
- the event URN
-
getRecommendations
Description copied from interface:EventRecommendationsReturns the list of recommendations- Specified by:
getRecommendationsin interfaceEventRecommendations- Returns:
- the list of recommendations
-
getProvidedRecommendations
public int getProvidedRecommendations()Description copied from interface:EventRecommendationsReturns the number of provided recommendations- Specified by:
getProvidedRecommendationsin interfaceEventRecommendations- Returns:
- the number of provided recommendations
-
getSource
Description copied from interface:EventRecommendationsReturns the source of the recommendations- Specified by:
getSourcein interfaceEventRecommendations- Returns:
- the source
-