Interface ProducerInfo
- All Known Implementing Classes:
ProducerInfoImpl
public interface ProducerInfo
An interface providing methods for accessing producer information
-
Method Summary
Modifier and TypeMethodDescriptionReturns an unmodifiableListrepresenting links to the producer represented by current instanceReturns an unmodifiableListrepresenting streaming channels associated with current producer instancebooleanReturns an indication if the current instance is being auto tradedbooleanReturns an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solutionbooleanReturns an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solutiondefault booleanReturns an indication if the sport event associated with the current instance is available in the LiveMatchTracker solutionbooleanReturns an indication if the sport event associated with the current instance is available in the LiveScore solution
-
Method Details
-
isAutoTraded
boolean isAutoTraded()Returns an indication if the current instance is being auto traded- Returns:
- - an indication if the current instance is being auto traded
-
isInHostedStatistics
boolean isInHostedStatistics()Returns an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution- Returns:
- - an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution
-
isInLiveCenterSoccer
boolean isInLiveCenterSoccer()Returns an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution- Returns:
- - an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution
-
isInLiveScore
boolean isInLiveScore()Returns an indication if the sport event associated with the current instance is available in the LiveScore solution- Returns:
- - an indication if the sport event associated with the current instance is available in the LiveScore solution
-
isInLiveMatchTracker
default boolean isInLiveMatchTracker()Returns an indication if the sport event associated with the current instance is available in the LiveMatchTracker solution- Returns:
- - an indication if the sport event associated with the current instance is available in the LiveMatchTracker solution
-
getProducerInfoLinks
List<ProducerInfoLink> getProducerInfoLinks()Returns an unmodifiableListrepresenting links to the producer represented by current instance- Returns:
- - an unmodifiable
Listrepresenting links to the producer represented by current instance
-
getStreamingChannels
List<StreamingChannel> getStreamingChannels()Returns an unmodifiableListrepresenting streaming channels associated with current producer instance- Returns:
- - an unmodifiable
Listrepresenting streaming channels associated with current producer instance
-