Class PeriodCompetitorResultImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.PeriodCompetitorResultImpl
- All Implemented Interfaces:
PeriodCompetitorResult
-
Constructor Summary
ConstructorsConstructorDescriptionPeriodCompetitorResultImpl(com.sportradar.uf.sportsapi.datamodel.SapiPeriodStatus.SapiCompetitor sapiCompetitor) -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of the competitor resultsgetId()Returns the competitor id
-
Constructor Details
-
PeriodCompetitorResultImpl
public PeriodCompetitorResultImpl(com.sportradar.uf.sportsapi.datamodel.SapiPeriodStatus.SapiCompetitor sapiCompetitor)
-
-
Method Details
-
getId
Returns the competitor id- Specified by:
getIdin interfacePeriodCompetitorResult- Returns:
- the competitor id
-
getCompetitorResults
Returns the list of the competitor results- Specified by:
getCompetitorResultsin interfacePeriodCompetitorResult- Returns:
- the list of the competitor results
-