public interface MarketMappingData
Modifier and Type | Method and Description |
---|---|
boolean |
canMap(int producerId,
Urn sportId,
Map<String,String> specifiers)
Indicates if the mapping data is usable with the provided values
|
String |
getMarketId()
Returns the market id
|
Integer |
getMarketSubTypeId()
Returns the market sub type id
|
int |
getMarketTypeId()
Returns the market type id
|
Map<String,OutcomeMappingData> |
getOutcomeMappings()
Returns a
Map of valid outcome mappings for this MarketMappingData |
Set<Integer> |
getProducerIds()
The associated producer ids
|
String |
getSovTemplate()
Returns the "special odds value"
|
Urn |
getSportId()
The sport id for which the mapping data is valid
|
String |
getValidFor()
Returns a
String describing for which specifier values the mapping is valid |
Set<Integer> getProducerIds()
Urn getSportId()
String getMarketId()
int getMarketTypeId()
Integer getMarketSubTypeId()
String getSovTemplate()
Map<String,OutcomeMappingData> getOutcomeMappings()
Map
of valid outcome mappings for this MarketMappingData
Map
of valid outcome mappingsString getValidFor()
String
describing for which specifier values the mapping is validString
describing for which specifier values the mapping is validCopyright © 2016–2025. All rights reserved.