Class CoverageInfoImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.CoverageInfoImpl
- All Implemented Interfaces:
CoverageInfo
Provides coverage information
-
Method Summary
Modifier and TypeMethodDescriptionexport()Returns coverage locationReturns an unmodifiableListspecifying what is included in the coveragegetLevel()Returns the level of the available coveragebooleanisLive()Returns a value indicating whether the coverage represented by current instance is live coveragetoString()Returns aStringdescribing the currentCoverageInfoinstance
-
Method Details
-
getLevel
Returns the level of the available coverage- Specified by:
getLevelin interfaceCoverageInfo- Returns:
- - the level of the available coverage
-
isLive
public boolean isLive()Returns a value indicating whether the coverage represented by current instance is live coverage- Specified by:
isLivein interfaceCoverageInfo- Returns:
- - a value indicating whether the coverage represented by current instance is live coverage
-
getIncludes
Returns an unmodifiableListspecifying what is included in the coverage- Specified by:
getIncludesin interfaceCoverageInfo- Returns:
- - if available, an unmodifiable
Listspecifying what is included in the coverage; otherwise null
-
getCoveredFrom
Returns coverage location- Specified by:
getCoveredFromin interfaceCoverageInfo- Returns:
- - coverage location
-
toString
Returns aStringdescribing the currentCoverageInfoinstance- Overrides:
toStringin classObject- Returns:
- - a
Stringdescribing the currentCoverageInfoinstance
-
export
-