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()
EventResult
getId
in interface EventResult
public BigInteger getPosition()
EventResult
getPosition
in interface EventResult
public BigInteger getPoints()
EventResult
getPoints
in interface EventResult
public String getTime()
EventResult
getTime
in interface EventResult
public BigInteger getTimeRanking()
EventResult
getTimeRanking
in interface EventResult
public String getStatus()
EventResult
getStatus
in interface EventResult
public String getStatusComment()
EventResult
getStatusComment
in interface EventResult
public BigInteger getSprint()
EventResult
getSprint
in interface EventResult
public BigInteger getSprintRanking()
EventResult
getSprintRanking
in interface EventResult
public BigInteger getClimber()
EventResult
getClimber
in interface EventResult
public BigInteger getClimberRanking()
EventResult
getClimberRanking
in interface EventResult
public Integer getMatchStatus()
EventResult
getMatchStatus
in interface EventResult
public BigDecimal getHomeScore()
EventResult
getHomeScore
in interface EventResult
public BigDecimal getAwayScore()
EventResult
getAwayScore
in interface EventResult
public Double getPointsDecimal()
EventResult
getPointsDecimal
in interface EventResult
public Double getSprintDecimal()
EventResult
getSprintDecimal
in interface EventResult
public Double getClimberDecimal()
EventResult
getClimberDecimal
in interface EventResult
public Double getWcPoints()
EventResult
getWcPoints
in interface EventResult
public Integer getGrid()
EventResult
getGrid
in interface EventResult
public Double getDistance()
getDistance
in interface EventResult
public List<CompetitorResult> getCompetitorResults()
getCompetitorResults
in interface EventResult
Copyright © 2016–2025. All rights reserved.