Class PrebuiltBetSelectionImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.custombetentities.PrebuiltBetSelectionImpl
- All Implemented Interfaces:
PrebuiltBetSelection
Implementation of
PrebuiltBetSelection-
Constructor Summary
ConstructorsConstructorDescriptionPrebuiltBetSelectionImpl(com.sportradar.uf.custombet.datamodel.CapiPreBuiltBetsSelectionType selection) -
Method Summary
Modifier and TypeMethodDescriptionintReturns the market IDReturns the outcome IDReturns the specifiers
-
Constructor Details
-
PrebuiltBetSelectionImpl
public PrebuiltBetSelectionImpl(com.sportradar.uf.custombet.datamodel.CapiPreBuiltBetsSelectionType selection)
-
-
Method Details
-
getMarketId
public int getMarketId()Description copied from interface:PrebuiltBetSelectionReturns the market ID- Specified by:
getMarketIdin interfacePrebuiltBetSelection- Returns:
- the market ID
-
getOutcomeId
Description copied from interface:PrebuiltBetSelectionReturns the outcome ID- Specified by:
getOutcomeIdin interfacePrebuiltBetSelection- Returns:
- the outcome ID
-
getSpecifiers
Description copied from interface:PrebuiltBetSelectionReturns the specifiers- Specified by:
getSpecifiersin interfacePrebuiltBetSelection- Returns:
- the specifiers, or null if not set
-