public class SeasonCoverageImpl extends Object implements SeasonCoverage
| Constructor and Description | 
|---|
SeasonCoverageImpl(SeasonCoverageCi seasonCoverageCi)
Initializes a new instance of  
SeasonCoverageImpl | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getMaxCoverageLevel()
Returns the string representation of the maximum coverage available for the season associated with the current instance 
 | 
Integer | 
getMaxCovered()
Returns the max covered value 
 | 
String | 
getMinCoverageLevel()
Returns the name of the minimum coverage guaranteed for the season associated with the current instance 
 | 
int | 
getPlayed()
Returns the played value 
 | 
int | 
getScheduled()
Returns the scheduled value 
 | 
Urn | 
getSeasonId()
Returns the unique identifier of the season 
 | 
String | 
toString()
Returns a  
String describing the current SeasonCoverage instance | 
public SeasonCoverageImpl(SeasonCoverageCi seasonCoverageCi)
SeasonCoverageImplseasonCoverageCi - - a SeasonCoverageCi used to make the instancepublic Urn getSeasonId()
getSeasonId in interface SeasonCoveragepublic String getMaxCoverageLevel()
getMaxCoverageLevel in interface SeasonCoveragepublic String getMinCoverageLevel()
getMinCoverageLevel in interface SeasonCoveragepublic Integer getMaxCovered()
getMaxCovered in interface SeasonCoveragepublic int getPlayed()
getPlayed in interface SeasonCoveragepublic int getScheduled()
getScheduled in interface SeasonCoveragepublic String toString()
String describing the current SeasonCoverage instancetoString in class ObjectString describing the current SeasonCoverage instanceCopyright © 2016–2025. All rights reserved.