Class ProducerInfoCi
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.caching.ci.ProducerInfoCi
A producer info representation used by caching components
-
Constructor Summary
ConstructorsConstructorDescriptionProducerInfoCi(com.sportradar.uf.sportsapi.datamodel.SapiProductInfo pInfo) Initializes a new instance of theProducerInfoCiclass -
Method Summary
Modifier and TypeMethodDescriptionReturns a unmodifiableListcontaining the associatedStreamingChannelCiReturns a unmodifiableListcontaining the associatedStreamingChannelCibooleanReturnstrueif the producer is auto tradedbooleanReturnstrueif the producer is in the hosted statisticsbooleanReturnstrueif the producer is in the live center soccerbooleanReturnstrueif the producer is in the live match trackerbooleanReturnstrueif the producer is in the live score
-
Constructor Details
-
ProducerInfoCi
public ProducerInfoCi(com.sportradar.uf.sportsapi.datamodel.SapiProductInfo pInfo) Initializes a new instance of theProducerInfoCiclass- Parameters:
pInfo- -SapiProductInfocontaining information about the producer
-
-
Method Details
-
isInLiveScore
public boolean isInLiveScore()Returnstrueif the producer is in the live score- Returns:
- -
trueif the producer is in the live score
-
isInHostedStatistics
public boolean isInHostedStatistics()Returnstrueif the producer is in the hosted statistics- Returns:
- -
trueif the producer is in the hosted statistics
-
isInLiveCenterSoccer
public boolean isInLiveCenterSoccer()Returnstrueif the producer is in the live center soccer- Returns:
- -
trueif the producer is in the live center soccer
-
isAutoTraded
public boolean isAutoTraded()Returnstrueif the producer is auto traded- Returns:
- -
trueif the producer is auto traded
-
isInLiveMatchTracker
public boolean isInLiveMatchTracker()Returnstrueif the producer is in the live match tracker- Returns:
- -
trueif the producer is in the live match tracker
-
getProducerInfoLinks
Returns a unmodifiableListcontaining the associatedStreamingChannelCi- Returns:
- - a unmodifiable
Listcontaining the associatedStreamingChannelCi
-
getStreamingChannels
Returns a unmodifiableListcontaining the associatedStreamingChannelCi- Returns:
- - a unmodifiable
Listcontaining the associatedStreamingChannelCi
-