public class EventResultImpl extends Object implements EventResult
| Constructor and Description | 
|---|
EventResultImpl(com.sportradar.uf.sportsapi.datamodel.SapiResultScore result)  | 
EventResultImpl(com.sportradar.uf.sportsapi.datamodel.SapiStageResult.SapiCompetitor c)  | 
EventResultImpl(com.sportradar.uf.datamodel.UfResultType r)  | 
| Modifier and Type | Method and Description | 
|---|---|
BigDecimal | 
getAwayScore()
Returns the away score 
 | 
BigInteger | 
getClimber()
Returns the climber 
 | 
Double | 
getClimberDecimal()
Returns the climber value in a decimal format 
 | 
BigInteger | 
getClimberRanking()
Returns the climber ranking 
 | 
List<CompetitorResult> | 
getCompetitorResults()
Returns the competitor results 
 | 
Double | 
getDistance()
Returns the distance 
 | 
Integer | 
getGrid()
Returns the grid value 
 | 
BigDecimal | 
getHomeScore()
Returns the home score 
 | 
String | 
getId()
Returns the id of the event result 
 | 
Integer | 
getMatchStatus()
Returns the match status 
 | 
BigInteger | 
getPoints()
Returns the points of the result 
 | 
Double | 
getPointsDecimal()
Returns the points in a decimal format 
 | 
BigInteger | 
getPosition()
Returns the position of the result 
 | 
BigInteger | 
getSprint()
Returns the sprint of the result 
 | 
Double | 
getSprintDecimal()
Returns the sprint value in a decimal format 
 | 
BigInteger | 
getSprintRanking()
Returns the sprint ranking 
 | 
String | 
getStatus()
Returns the state of the result 
 | 
String | 
getStatusComment()
Returns the status comment 
 | 
String | 
getTime()
Returns the time of the result 
 | 
BigInteger | 
getTimeRanking()
Returns the time ranking 
 | 
Double | 
getWcPoints()
Returns the wc points 
 | 
public EventResultImpl(com.sportradar.uf.sportsapi.datamodel.SapiStageResult.SapiCompetitor c)
public EventResultImpl(com.sportradar.uf.datamodel.UfResultType r)
public EventResultImpl(com.sportradar.uf.sportsapi.datamodel.SapiResultScore result)
public String getId()
EventResultgetId in interface EventResultpublic BigInteger getPosition()
EventResultgetPosition in interface EventResultpublic BigInteger getPoints()
EventResultgetPoints in interface EventResultpublic String getTime()
EventResultgetTime in interface EventResultpublic BigInteger getTimeRanking()
EventResultgetTimeRanking in interface EventResultpublic String getStatus()
EventResultgetStatus in interface EventResultpublic String getStatusComment()
EventResultgetStatusComment in interface EventResultpublic BigInteger getSprint()
EventResultgetSprint in interface EventResultpublic BigInteger getSprintRanking()
EventResultgetSprintRanking in interface EventResultpublic BigInteger getClimber()
EventResultgetClimber in interface EventResultpublic BigInteger getClimberRanking()
EventResultgetClimberRanking in interface EventResultpublic Integer getMatchStatus()
EventResultgetMatchStatus in interface EventResultpublic BigDecimal getHomeScore()
EventResultgetHomeScore in interface EventResultpublic BigDecimal getAwayScore()
EventResultgetAwayScore in interface EventResultpublic Double getPointsDecimal()
EventResultgetPointsDecimal in interface EventResultpublic Double getSprintDecimal()
EventResultgetSprintDecimal in interface EventResultpublic Double getClimberDecimal()
EventResultgetClimberDecimal in interface EventResultpublic Double getWcPoints()
EventResultgetWcPoints in interface EventResultpublic Integer getGrid()
EventResultgetGrid in interface EventResultpublic Double getDistance()
getDistance in interface EventResultpublic List<CompetitorResult> getCompetitorResults()
getCompetitorResults in interface EventResultCopyright © 2016–2025. All rights reserved.