public interface Market
Modifier and Type | Method and Description |
---|---|
List<String> |
getGroups()
What groups does this market belong to.
|
int |
getId()
Market id.
|
String |
getLCOOId()
Deprecated.
|
int |
getLiveOddsSubTypeId()
Deprecated.
|
int |
getLiveOddsTypeId()
Deprecated.
|
String |
getMarketDescription() |
String |
getMarketDescription(Locale locale) |
String |
getMarketDescriptionRaw()
Returns the raw description of the market which may include placeholders for specifiers.
|
String |
getMarketDescriptionRaw(Locale locale)
Returns the raw description of the market which may include placeholders for specifiers.
|
List<MarketDescriptionManager.MarketMapping> |
getMarketMappings() |
String |
getMTSId()
Deprecated.
|
List<Outcome> |
getOutcomes() |
List<String> |
getSpecifiers()
Get the list of specifiers for this market (could be an empty list)
|
String |
getSpecifierType(String name)
Get the type of a named specifier.
|
String |
getSpecifierValue(String specifierName)
Return the specifier value for a named specifier
|
String getMarketDescription()
String getMarketDescription(Locale locale)
locale
- the language to return the market description for@Deprecated int getLiveOddsTypeId()
@Deprecated int getLiveOddsSubTypeId()
@Deprecated String getLCOOId()
@Deprecated String getMTSId()
List<String> getSpecifiers()
String getSpecifierValue(String specifierName)
specifierName
- the name of the specifier which value to returnint getId()
List<String> getGroups()
String getSpecifierType(String name)
name
- - name of the specifierList<MarketDescriptionManager.MarketMapping> getMarketMappings()
String getMarketDescriptionRaw()
String getMarketDescriptionRaw(Locale locale)
locale
- the localeCopyright © 2016–2017. All rights reserved.