Interface Selection
- All Known Implementing Classes:
SelectionImpl
public interface Selection
Provides a requested selection
-
Method Summary
Modifier and TypeMethodDescriptionGets the event idintGets the market idgetOdds()Gets the oddsGets the outcome idGets the specifiers
-
Method Details
-
getEventId
Urn getEventId()Gets the event id- Returns:
- the
Urnof the event
-
getMarketId
int getMarketId()Gets the market id- Returns:
- the market id
-
getSpecifiers
String getSpecifiers()Gets the specifiers- Returns:
- the specifiers
-
getOutcomeId
String getOutcomeId()Gets the outcome id- Returns:
- the outcome id
-
getOdds
Double getOdds()Gets the odds- Returns:
- the odds
-