Class ProducerInfoImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.ProducerInfoImpl
- All Implemented Interfaces:
ProducerInfo
Contains information about a specific producer
-
Method Summary
Modifier and TypeMethodDescriptionexport()Returns 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 solutionbooleanReturns 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 solutiontoString()Returns aStringdescribing the currentProducerInfoinstance
-
Method Details
-
isAutoTraded
public boolean isAutoTraded()Returns an indication if the current instance is being auto traded- Specified by:
isAutoTradedin interfaceProducerInfo- Returns:
- - an indication if the current instance is being auto traded
-
isInHostedStatistics
public boolean isInHostedStatistics()Returns an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution- Specified by:
isInHostedStatisticsin interfaceProducerInfo- Returns:
- - an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution
-
isInLiveCenterSoccer
public boolean isInLiveCenterSoccer()Returns an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution- Specified by:
isInLiveCenterSoccerin interfaceProducerInfo- Returns:
- - an indication if the sport event associated with the current instance is available in the LiveCenterSoccer solution
-
isInLiveScore
public boolean isInLiveScore()Returns an indication if the sport event associated with the current instance is available in the LiveScore solution- Specified by:
isInLiveScorein interfaceProducerInfo- Returns:
- - an indication if the sport event associated with the current instance is available in the LiveScore solution
-
isInLiveMatchTracker
public boolean isInLiveMatchTracker()Returns an indication if the sport event associated with the current instance is available in the LiveMatchTracker solution- Specified by:
isInLiveMatchTrackerin interfaceProducerInfo- Returns:
- - an indication if the sport event associated with the current instance is available in the LiveMatchTracker solution
-
getProducerInfoLinks
Returns an unmodifiableListrepresenting links to the producer represented by current instance- Specified by:
getProducerInfoLinksin interfaceProducerInfo- Returns:
- - an unmodifiable
Listrepresenting links to the producer represented by current instance - See Also:
-
ImmutableList
-
getStreamingChannels
Returns an unmodifiableListrepresenting streaming channels associated with current producer instance- Specified by:
getStreamingChannelsin interfaceProducerInfo- Returns:
- - an unmodifiable
Listrepresenting streaming channels associated with current producer instance
-
toString
Returns aStringdescribing the currentProducerInfoinstance- Overrides:
toStringin classObject- Returns:
- - a
Stringdescribing the currentProducerInfoinstance
-
export
-