java.lang.Object
com.sportradar.unifiedodds.sdk.internal.caching.ci.ProducerInfoCi

public class ProducerInfoCi extends Object
A producer info representation used by caching components
  • Constructor Details

    • ProducerInfoCi

      public ProducerInfoCi(com.sportradar.uf.sportsapi.datamodel.SapiProductInfo pInfo)
      Initializes a new instance of the ProducerInfoCi class
      Parameters:
      pInfo - - SapiProductInfo containing information about the producer
  • Method Details

    • isInLiveScore

      public boolean isInLiveScore()
      Returns true if the producer is in the live score
      Returns:
      - true if the producer is in the live score
    • isInHostedStatistics

      public boolean isInHostedStatistics()
      Returns true if the producer is in the hosted statistics
      Returns:
      - true if the producer is in the hosted statistics
    • isInLiveCenterSoccer

      public boolean isInLiveCenterSoccer()
      Returns true if the producer is in the live center soccer
      Returns:
      - true if the producer is in the live center soccer
    • isAutoTraded

      public boolean isAutoTraded()
      Returns true if the producer is auto traded
      Returns:
      - true if the producer is auto traded
    • isInLiveMatchTracker

      public boolean isInLiveMatchTracker()
      Returns true if the producer is in the live match tracker
      Returns:
      - true if the producer is in the live match tracker
    • getProducerInfoLinks

      public List<ProducerInfoLinkCi> getProducerInfoLinks()
      Returns a unmodifiable List containing the associated StreamingChannelCi
      Returns:
      - a unmodifiable List containing the associated StreamingChannelCi
    • getStreamingChannels

      public List<StreamingChannelCi> getStreamingChannels()
      Returns a unmodifiable List containing the associated StreamingChannelCi
      Returns:
      - a unmodifiable List containing the associated StreamingChannelCi