public class StravaStatisticsEntry extends Object
Detail of athlete StravaStatistics
| Constructor and Description |
|---|
StravaStatisticsEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getAchievementCount() |
Integer |
getCount() |
Float |
getDistance() |
Integer |
getElapsedTime() |
Float |
getElevationGain() |
Integer |
getMovingTime() |
int |
hashCode() |
void |
setAchievementCount(Integer achievementCount) |
void |
setCount(Integer count) |
void |
setDistance(Float distance) |
void |
setElapsedTime(Integer elapsedTime) |
void |
setElevationGain(Float elevationGain) |
void |
setMovingTime(Integer movingTime) |
String |
toString() |
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public Integer getAchievementCount()
public Integer getCount()
public Float getDistance()
public Integer getElapsedTime()
public Float getElevationGain()
public Integer getMovingTime()
public int hashCode()
hashCode in class ObjectObject.hashCode()public void setAchievementCount(Integer achievementCount)
achievementCount - the achievementCount to setpublic void setCount(Integer count)
count - the count to setpublic void setDistance(Float distance)
distance - the distance to setpublic void setElapsedTime(Integer elapsedTime)
elapsedTime - the elapsedTime to setpublic void setElevationGain(Float elevationGain)
elevationGain - the elevationGain to setpublic void setMovingTime(Integer movingTime)
movingTime - the movingTime to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2016 Dan Shannon. All rights reserved.