public class MarketMappingDataImpl extends Object implements 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 | 
String | 
toString()  | 
public Set<Integer> getProducerIds()
MarketMappingDatagetProducerIds in interface MarketMappingDatapublic Urn getSportId()
MarketMappingDatagetSportId in interface MarketMappingDatapublic String getMarketId()
MarketMappingDatagetMarketId in interface MarketMappingDatapublic int getMarketTypeId()
MarketMappingDatagetMarketTypeId in interface MarketMappingDatapublic Integer getMarketSubTypeId()
MarketMappingDatagetMarketSubTypeId in interface MarketMappingDatapublic String getSovTemplate()
MarketMappingDatagetSovTemplate in interface MarketMappingDatapublic String getValidFor()
MarketMappingDataString describing for which specifier values the mapping is validgetValidFor in interface MarketMappingDataString describing for which specifier values the mapping is validpublic Map<String,OutcomeMappingData> getOutcomeMappings()
MarketMappingDataMap of valid outcome mappings for this MarketMappingDatagetOutcomeMappings in interface MarketMappingDataMap of valid outcome mappingspublic boolean canMap(int producerId,
                      Urn sportId,
                      Map<String,String> specifiers)
MarketMappingDatacanMap in interface MarketMappingDataproducerId - a valid producerIdsportId - a valid Urn sport identifierspecifiers - a Map of feed message specifierstrue if the mapping data is valid for the provided values; otherwise falseCopyright © 2016–2025. All rights reserved.