Class CoverageInfoCi
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.caching.ci.CoverageInfoCi
A coverage info representation used by caching components
-
Constructor Summary
ConstructorsConstructorDescriptionCoverageInfoCi(com.sportradar.uf.sportsapi.datamodel.SapiCoverageInfo coverageInfo) Initializes a new instance of theSapiCoverageInfoclass.CoverageInfoCi(ExportableCoverageInfoCi coverageInfo) -
Method Summary
Modifier and TypeMethodDescriptionexport()Returns coverage locationReturns the includes of the coverage who's content can't be changedgetLevel()Returns the level of the coverage scopebooleanisLive()Status of the coveragevoidmerge(com.sportradar.uf.sportsapi.datamodel.SapiCoverageInfo coverageInfo) Merges the information from the providedSapiCoverageInfointo the current instance
-
Constructor Details
-
CoverageInfoCi
public CoverageInfoCi(com.sportradar.uf.sportsapi.datamodel.SapiCoverageInfo coverageInfo) Initializes a new instance of theSapiCoverageInfoclass.- Parameters:
coverageInfo- -SapiCoverageInfocontaining information about the competitor
-
CoverageInfoCi
-
-
Method Details
-
merge
public void merge(com.sportradar.uf.sportsapi.datamodel.SapiCoverageInfo coverageInfo) Merges the information from the providedSapiCoverageInfointo the current instance- Parameters:
coverageInfo- -SapiCoverageInfocontaining information about the competitor
-
getLevel
Returns the level of the coverage scope- Returns:
- - the level of the coverage scope
-
isLive
public boolean isLive()Status of the coverage- Returns:
- - the status of the coverage
-
getIncludes
Returns the includes of the coverage who's content can't be changed- Returns:
- - the includes of the coverage who's content can't be changed
-
getCoveredFrom
Returns coverage location- Returns:
- - coverage location
-
export
-