Class PeriodStatusImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.PeriodStatusImpl
- All Implemented Interfaces:
PeriodStatus
-
Constructor Summary
ConstructorsConstructorDescriptionPeriodStatusImpl(com.sportradar.uf.sportsapi.datamodel.SapiPeriodStatus periodStatus) -
Method Summary
Modifier and TypeMethodDescriptionReturns the number of the specific lapReturns the list of period resultsReturns the statusgetType()Returns the type
-
Constructor Details
-
PeriodStatusImpl
public PeriodStatusImpl(com.sportradar.uf.sportsapi.datamodel.SapiPeriodStatus periodStatus)
-
-
Method Details
-
getNumber
Returns the number of the specific lap- Specified by:
getNumberin interfacePeriodStatus- Returns:
- the number of the specific lap.
-
getType
Returns the type- Specified by:
getTypein interfacePeriodStatus- Returns:
- the type (possible values: lap)
-
getStatus
Returns the status- Specified by:
getStatusin interfacePeriodStatus- Returns:
- the status (possible values: not_started, started, completed)
-
getPeriodResults
Returns the list of period results- Specified by:
getPeriodResultsin interfacePeriodStatus- Returns:
- the list of period results
-