Class ExportableProducerInfoCi
java.lang.Object
com.sportradar.unifiedodds.sdk.oddsentities.exportable.ExportableProducerInfoCi
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExportableProducerInfoCi(boolean isAutoTraded, boolean isInHostedStatistics, boolean isInLiveCenterSoccer, boolean isInLiveScore, boolean isInLiveMatchTracker, List<ExportableProducerInfoLinkCi> producerInfoLinks, List<ExportableStreamingChannelCi> streamingChannels) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanvoidsetAutoTraded(boolean autoTraded) voidsetInHostedStatistics(boolean inHostedStatistics) voidsetInLiveCenterSoccer(boolean inLiveCenterSoccer) voidsetInLiveMatchTracker(boolean inLiveMatchTracker) voidsetInLiveScore(boolean inLiveScore) voidsetProducerInfoLinks(List<ExportableProducerInfoLinkCi> producerInfoLinks) voidsetStreamingChannels(List<ExportableStreamingChannelCi> streamingChannels)
-
Constructor Details
-
ExportableProducerInfoCi
public ExportableProducerInfoCi(boolean isAutoTraded, boolean isInHostedStatistics, boolean isInLiveCenterSoccer, boolean isInLiveScore, boolean isInLiveMatchTracker, List<ExportableProducerInfoLinkCi> producerInfoLinks, List<ExportableStreamingChannelCi> streamingChannels)
-
-
Method Details
-
isAutoTraded
public boolean isAutoTraded() -
setAutoTraded
public void setAutoTraded(boolean autoTraded) -
isInHostedStatistics
public boolean isInHostedStatistics() -
setInHostedStatistics
public void setInHostedStatistics(boolean inHostedStatistics) -
isInLiveCenterSoccer
public boolean isInLiveCenterSoccer() -
setInLiveCenterSoccer
public void setInLiveCenterSoccer(boolean inLiveCenterSoccer) -
isInLiveScore
public boolean isInLiveScore() -
setInLiveScore
public void setInLiveScore(boolean inLiveScore) -
isInLiveMatchTracker
public boolean isInLiveMatchTracker() -
setInLiveMatchTracker
public void setInLiveMatchTracker(boolean inLiveMatchTracker) -
getProducerInfoLinks
-
setProducerInfoLinks
-
getStreamingChannels
-
setStreamingChannels
-