Interface PrebuiltBets
- All Known Implementing Classes:
PrebuiltBetsImpl
public interface PrebuiltBets
Represents prebuilt bets response
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of event recommendationsReturns the date and time when the response was generated by the serverintReturns the number of requested recommendations
-
Method Details
-
getEvents
List<EventRecommendations> getEvents()Returns the list of event recommendations- Returns:
- the list of event recommendations
-
getRequestedRecommendations
int getRequestedRecommendations()Returns the number of requested recommendations- Returns:
- the number of requested recommendations
-
getGeneratedAt
Date getGeneratedAt()Returns the date and time when the response was generated by the server- Returns:
- the date/time when generated, or null if not available
-