java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.PeriodStatusImpl
All Implemented Interfaces:
PeriodStatus

public class PeriodStatusImpl extends Object implements PeriodStatus
  • Constructor Details

    • PeriodStatusImpl

      public PeriodStatusImpl(com.sportradar.uf.sportsapi.datamodel.SapiPeriodStatus periodStatus)
  • Method Details

    • getNumber

      public Integer getNumber()
      Returns the number of the specific lap
      Specified by:
      getNumber in interface PeriodStatus
      Returns:
      the number of the specific lap.
    • getType

      public String getType()
      Returns the type
      Specified by:
      getType in interface PeriodStatus
      Returns:
      the type (possible values: lap)
    • getStatus

      public String getStatus()
      Returns the status
      Specified by:
      getStatus in interface PeriodStatus
      Returns:
      the status (possible values: not_started, started, completed)
    • getPeriodResults

      public List<PeriodCompetitorResult> getPeriodResults()
      Returns the list of period results
      Specified by:
      getPeriodResults in interface PeriodStatus
      Returns:
      the list of period results