java.lang.Object
com.sportradar.unifiedodds.sdk.internal.caching.ci.markets.MarketDescriptionCi

public class MarketDescriptionCi extends Object
Created on 14/06/2017. // TODO @eti: Javadoc
  • Constructor Details

    • MarketDescriptionCi

      public MarketDescriptionCi(com.sportradar.uf.sportsapi.datamodel.DescMarket market, MappingValidatorFactory mappingValidatorFactory, Locale locale, String sourceCache)
  • Method Details

    • merge

      public void merge(com.sportradar.uf.sportsapi.datamodel.DescMarket market, Locale locale)
    • getId

      public int getId()
    • getName

      public String getName(Locale locale)
    • getDescription

      public String getDescription(Locale locale)
    • getMappings

      public List<MarketMappingCi> getMappings()
    • getOutcomes

      public List<MarketOutcomeCi> getOutcomes()
    • getSpecifiers

      public List<MarketSpecifierCi> getSpecifiers()
    • getAttributes

      public List<MarketAttributeCi> getAttributes()
    • getOutcomeType

      public String getOutcomeType()
    • getGroups

      public List<String> getGroups()
    • getVariant

      public String getVariant()
    • getCachedLocales

      public List<Locale> getCachedLocales()
    • mergeAdditionalMappings

      public void mergeAdditionalMappings(List<com.sportradar.uf.sportsapi.datamodel.Mappings.Mapping> additionalMappings)
    • getSourceCache

      public String getSourceCache()
    • getLastDataReceived

      public Date getLastDataReceived()
    • setLastDataReceived

      public void setLastDataReceived(Date lastDataReceived)
    • canBeFetched

      public boolean canBeFetched()