public class StravaStatistics extends Object
Athlete statistics as returned by AthleteService.statistics(Integer)
| Constructor and Description |
|---|
StravaStatistics()
No args constructor
|
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public StravaStatisticsEntry getAllRideTotals()
public StravaStatisticsEntry getAllRunTotals()
public StravaStatisticsEntry getAllSwimTotals()
public Float getBiggestClimbElevationGain()
public Float getBiggestRideDistance()
public StravaStatisticsEntry getRecentRideTotals()
public StravaStatisticsEntry getRecentRunTotals()
public StravaStatisticsEntry getRecentSwimTotals()
public StravaStatisticsEntry getYtdRideTotals()
public StravaStatisticsEntry getYtdRunTotals()
public StravaStatisticsEntry getYtdSwimTotals()
public int hashCode()
hashCode in class ObjectObject.hashCode()public void setAllRideTotals(StravaStatisticsEntry allRideTotals)
allRideTotals - the allRideTotals to setpublic void setAllRunTotals(StravaStatisticsEntry allRunTotals)
allRunTotals - the allRunTotals to setpublic void setAllSwimTotals(StravaStatisticsEntry allSwimTotals)
allSwimTotals - the allSwimTotals to setpublic void setBiggestClimbElevationGain(Float biggestClimbElevationGain)
biggestClimbElevationGain - the biggestClimbElevationGain to setpublic void setBiggestRideDistance(Float biggestRideDistance)
biggestRideDistance - the biggestRideDistance to setpublic void setRecentRideTotals(StravaStatisticsEntry recentRideTotals)
recentRideTotals - the recentRideTotals to setpublic void setRecentRunTotals(StravaStatisticsEntry recentRunTotals)
recentRunTotals - the recentRunTotals to setpublic void setRecentSwimTotals(StravaStatisticsEntry recentSwimTotals)
recentSwimTotals - the recentSwimTotals to setpublic void setYtdRideTotals(StravaStatisticsEntry ytdRideTotals)
ytdRideTotals - the ytdRideTotals to setpublic void setYtdRunTotals(StravaStatisticsEntry ytdRunTotals)
ytdRunTotals - the ytdRunTotals to setpublic void setYtdSwimTotals(StravaStatisticsEntry ytdSwimTotals)
ytdSwimTotals - the ytdSwimTotals to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2016 Dan Shannon. All rights reserved.