Interface PeriodStatus
- All Known Implementing Classes:
PeriodStatusImpl
public interface PeriodStatus
Defines methods used to access data of a period status
-
Method Summary
Modifier and TypeMethodDescriptionReturns the number of the specific lapReturns the list of period resultsReturns the statusgetType()Returns the type
-
Method Details
-
getNumber
Integer getNumber()Returns the number of the specific lap- Returns:
- the number of the specific lap.
-
getType
String getType()Returns the type- Returns:
- the type (possible values: lap)
-
getStatus
String getStatus()Returns the status- Returns:
- the status (possible values: not_started, started, completed)
-
getPeriodResults
List<PeriodCompetitorResult> getPeriodResults()Returns the list of period results- Returns:
- the list of period results
-