Class SeasonCoverageImpl

java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.SeasonCoverageImpl
All Implemented Interfaces:
SeasonCoverage

public class SeasonCoverageImpl extends Object implements SeasonCoverage
Provides information about season coverage
  • Constructor Details

  • Method Details

    • getSeasonId

      public Urn getSeasonId()
      Returns the unique identifier of the season
      Specified by:
      getSeasonId in interface SeasonCoverage
      Returns:
      - the unique identifier of the season
    • getMaxCoverageLevel

      public String getMaxCoverageLevel()
      Returns the string representation of the maximum coverage available for the season associated with the current instance
      Specified by:
      getMaxCoverageLevel in interface SeasonCoverage
      Returns:
      - the string representation of the maximum coverage available for the season associated with the current instance
    • getMinCoverageLevel

      public String getMinCoverageLevel()
      Returns the name of the minimum coverage guaranteed for the season associated with the current instance
      Specified by:
      getMinCoverageLevel in interface SeasonCoverage
      Returns:
      - the name of the minimum coverage guaranteed for the season associated with the current instance
    • getMaxCovered

      public Integer getMaxCovered()
      Returns the max covered value
      Specified by:
      getMaxCovered in interface SeasonCoverage
      Returns:
      - the max covered value
    • getPlayed

      public int getPlayed()
      Returns the played value
      Specified by:
      getPlayed in interface SeasonCoverage
      Returns:
      - the played value
    • getScheduled

      public int getScheduled()
      Returns the scheduled value
      Specified by:
      getScheduled in interface SeasonCoverage
      Returns:
      - the scheduled value
    • toString

      public String toString()
      Returns a String describing the current SeasonCoverage instance
      Overrides:
      toString in class Object
      Returns:
      - a String describing the current SeasonCoverage instance