Class MarketImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.custombetentities.MarketImpl
- All Implemented Interfaces:
Market
Implements methods used to access available selections for the market
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()Returns the id of the marketReturns outcomes for this marketReturns the specifiers for this market
-
Method Details
-
getId
public int getId()Description copied from interface:MarketReturns the id of the market -
getSpecifiers
Description copied from interface:MarketReturns the specifiers for this market- Specified by:
getSpecifiersin interfaceMarket- Returns:
- the specifiers for this market
-
getOutcomes
Description copied from interface:MarketReturns outcomes for this market- Specified by:
getOutcomesin interfaceMarket- Returns:
- outcomes for this market
-