Class SeasonCoverageImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.SeasonCoverageImpl
- All Implemented Interfaces:
SeasonCoverage
Provides information about season coverage
-
Constructor Summary
ConstructorsConstructorDescriptionSeasonCoverageImpl(SeasonCoverageCi seasonCoverageCi) Initializes a new instance ofSeasonCoverageImpl -
Method Summary
Modifier and TypeMethodDescriptionReturns the string representation of the maximum coverage available for the season associated with the current instanceReturns the max covered valueReturns the name of the minimum coverage guaranteed for the season associated with the current instanceintReturns the played valueintReturns the scheduled valueReturns the unique identifier of the seasontoString()Returns aStringdescribing the currentSeasonCoverageinstance
-
Constructor Details
-
SeasonCoverageImpl
Initializes a new instance ofSeasonCoverageImpl- Parameters:
seasonCoverageCi- - aSeasonCoverageCiused to make the instance
-
-
Method Details
-
getSeasonId
Returns the unique identifier of the season- Specified by:
getSeasonIdin interfaceSeasonCoverage- Returns:
- - the unique identifier of the season
-
getMaxCoverageLevel
Returns the string representation of the maximum coverage available for the season associated with the current instance- Specified by:
getMaxCoverageLevelin interfaceSeasonCoverage- Returns:
- - the string representation of the maximum coverage available for the season associated with the current instance
-
getMinCoverageLevel
Returns the name of the minimum coverage guaranteed for the season associated with the current instance- Specified by:
getMinCoverageLevelin interfaceSeasonCoverage- Returns:
- - the name of the minimum coverage guaranteed for the season associated with the current instance
-
getMaxCovered
Returns the max covered value- Specified by:
getMaxCoveredin interfaceSeasonCoverage- Returns:
- - the max covered value
-
getPlayed
public int getPlayed()Returns the played value- Specified by:
getPlayedin interfaceSeasonCoverage- Returns:
- - the played value
-
getScheduled
public int getScheduled()Returns the scheduled value- Specified by:
getScheduledin interfaceSeasonCoverage- Returns:
- - the scheduled value
-
toString
Returns aStringdescribing the currentSeasonCoverageinstance- Overrides:
toStringin classObject- Returns:
- - a
Stringdescribing the currentSeasonCoverageinstance
-