Class SeasonCoverageCi
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.caching.ci.SeasonCoverageCi
A season coverage representation used by caching components
-
Constructor Summary
ConstructorsConstructorDescriptionSeasonCoverageCi(com.sportradar.uf.sportsapi.datamodel.SapiSeasonCoverageInfo season) Initializes a new instance of theSeasonCoverageCiclassSeasonCoverageCi(ExportableSeasonCoverageCi exportable) -
Method Summary
Modifier and TypeMethodDescriptionexport()Returns theStringrepresentation of the maximum coverage available for the season associated with the current instanceReturns the max covered valueReturns theStringrepresentation of the minimum coverage guaranteed for the season associated with the current instanceintReturns the played valueintReturns the scheduled valueReturns the identifier of the season
-
Constructor Details
-
SeasonCoverageCi
public SeasonCoverageCi(com.sportradar.uf.sportsapi.datamodel.SapiSeasonCoverageInfo season) Initializes a new instance of theSeasonCoverageCiclass- Parameters:
season- -SapiSeasonCoverageInfocontaining information about the season coverage
-
SeasonCoverageCi
-
-
Method Details
-
getSeasonId
Returns the identifier of the season- Returns:
- - the identifier of the season
-
getMaxCoverageLevel
Returns theStringrepresentation of the maximum coverage available for the season associated with the current instance- Returns:
- - the
Stringrepresentation of the maximum coverage available for the season associated with the current instance
-
getMinCoverageLevel
Returns theStringrepresentation of the minimum coverage guaranteed for the season associated with the current instance- Returns:
- - the
Stringrepresentation of the minimum coverage guaranteed for the season associated with the current instance
-
getMaxCovered
Returns the max covered value- Returns:
- - the max covered value if available; otherwise null
-
getPlayed
public int getPlayed()Returns the played value- Returns:
- - the played value
-
getScheduled
public int getScheduled()Returns the scheduled value- Returns:
- - the scheduled value
-
export
-