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