Class EventResultImpl
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.impl.entities.EventResultImpl
- All Implemented Interfaces:
EventResult
Represents an event result entry
-
Constructor Summary
ConstructorsConstructorDescriptionEventResultImpl(com.sportradar.uf.datamodel.UfResultType r) EventResultImpl(com.sportradar.uf.sportsapi.datamodel.SapiResultScore result) EventResultImpl(com.sportradar.uf.sportsapi.datamodel.SapiStageResult.SapiCompetitor c) -
Method Summary
Modifier and TypeMethodDescriptionReturns the away scoreReturns the climberReturns the climber value in a decimal formatReturns the climber rankingReturns the competitor resultsReturns the distancegetGrid()Returns the grid valueReturns the home scoregetId()Returns the id of the event resultReturns the match statusReturns the points of the resultReturns the points in a decimal formatReturns the position of the resultReturns the sprint of the resultReturns the sprint value in a decimal formatReturns the sprint rankingReturns the state of the resultReturns the status commentgetTime()Returns the time of the resultReturns the time rankingReturns the wc points
-
Constructor Details
-
EventResultImpl
public EventResultImpl(com.sportradar.uf.sportsapi.datamodel.SapiStageResult.SapiCompetitor c) -
EventResultImpl
public EventResultImpl(com.sportradar.uf.datamodel.UfResultType r) -
EventResultImpl
public EventResultImpl(com.sportradar.uf.sportsapi.datamodel.SapiResultScore result)
-
-
Method Details
-
getId
Description copied from interface:EventResultReturns the id of the event result- Specified by:
getIdin interfaceEventResult- Returns:
- the id of the event result
-
getPosition
Description copied from interface:EventResultReturns the position of the result- Specified by:
getPositionin interfaceEventResult- Returns:
- the position of the result
-
getPoints
Description copied from interface:EventResultReturns the points of the result- Specified by:
getPointsin interfaceEventResult- Returns:
- the points of the result
-
getTime
Description copied from interface:EventResultReturns the time of the result- Specified by:
getTimein interfaceEventResult- Returns:
- the time of the result
-
getTimeRanking
Description copied from interface:EventResultReturns the time ranking- Specified by:
getTimeRankingin interfaceEventResult- Returns:
- thr time ranking
-
getStatus
Description copied from interface:EventResultReturns the state of the result- Specified by:
getStatusin interfaceEventResult- Returns:
- the state of the result
-
getStatusComment
Description copied from interface:EventResultReturns the status comment- Specified by:
getStatusCommentin interfaceEventResult- Returns:
- the status comment
-
getSprint
Description copied from interface:EventResultReturns the sprint of the result- Specified by:
getSprintin interfaceEventResult- Returns:
- the sprint of the result
-
getSprintRanking
Description copied from interface:EventResultReturns the sprint ranking- Specified by:
getSprintRankingin interfaceEventResult- Returns:
- the sprint ranking
-
getClimber
Description copied from interface:EventResultReturns the climber- Specified by:
getClimberin interfaceEventResult- Returns:
- the climber
-
getClimberRanking
Description copied from interface:EventResultReturns the climber ranking- Specified by:
getClimberRankingin interfaceEventResult- Returns:
- the climber ranking
-
getMatchStatus
Description copied from interface:EventResultReturns the match status- Specified by:
getMatchStatusin interfaceEventResult- Returns:
- the match status
-
getHomeScore
Description copied from interface:EventResultReturns the home score- Specified by:
getHomeScorein interfaceEventResult- Returns:
- the home score
-
getAwayScore
Description copied from interface:EventResultReturns the away score- Specified by:
getAwayScorein interfaceEventResult- Returns:
- the away score
-
getPointsDecimal
Description copied from interface:EventResultReturns the points in a decimal format- Specified by:
getPointsDecimalin interfaceEventResult- Returns:
- the points in a decimal format
-
getSprintDecimal
Description copied from interface:EventResultReturns the sprint value in a decimal format- Specified by:
getSprintDecimalin interfaceEventResult- Returns:
- the sprint value in a decimal format
-
getClimberDecimal
Description copied from interface:EventResultReturns the climber value in a decimal format- Specified by:
getClimberDecimalin interfaceEventResult- Returns:
- the climber value in a decimal format
-
getWcPoints
Description copied from interface:EventResultReturns the wc points- Specified by:
getWcPointsin interfaceEventResult- Returns:
- the wc points
-
getGrid
Description copied from interface:EventResultReturns the grid value- Specified by:
getGridin interfaceEventResult- Returns:
- the grid value
-
getDistance
Returns the distance- Specified by:
getDistancein interfaceEventResult- Returns:
- the distance
-
getCompetitorResults
Returns the competitor results- Specified by:
getCompetitorResultsin interfaceEventResult- Returns:
- the competitor results
-