public class StravaSplit extends Object
Split time data associated with runs. Comes in metric (1km) and imperial (1 mile) versions. See ActivityService.getActivity(Integer)
| Constructor and Description |
|---|
StravaSplit()
No args constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Float |
getDistance() |
Integer |
getElapsedTime() |
Float |
getElevationDifference() |
Integer |
getMovingTime() |
Integer |
getSplit() |
int |
hashCode() |
void |
setDistance(Float distance) |
void |
setElapsedTime(Integer elapsedTime) |
void |
setElevationDifference(Float elevationDifference) |
void |
setMovingTime(Integer movingTime) |
void |
setSplit(Integer split) |
String |
toString() |
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public Float getDistance()
public Integer getElapsedTime()
public Float getElevationDifference()
public Integer getMovingTime()
public Integer getSplit()
public int hashCode()
hashCode in class ObjectObject.hashCode()public void setDistance(Float distance)
distance - the distance to setpublic void setElapsedTime(Integer elapsedTime)
elapsedTime - the elapsedTime to setpublic void setElevationDifference(Float elevationDifference)
elevationDifference - the elevationDifference to setpublic void setMovingTime(Integer movingTime)
movingTime - the movingTime to setpublic void setSplit(Integer split)
split - the split to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2016 Dan Shannon. All rights reserved.