public class StravaStream extends Object
Streams is the Strava term for the raw data associated with an activity.
All streams for a given activity or segment effort will be the same length and
the values at a given index correspond to the same time.
| Constructor and Description |
|---|
StravaStream()
No args constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Float> |
getData() |
List<StravaMapPoint> |
getMapPoints() |
List<Boolean> |
getMoving() |
Integer |
getOriginalSize() |
StravaStreamResolutionType |
getResolution() |
StravaStreamSeriesDownsamplingType |
getSeriesType() |
StravaStreamType |
getType() |
int |
hashCode() |
void |
setData(List<Float> data) |
void |
setMapPoints(List<StravaMapPoint> mapPoints) |
void |
setMoving(List<Boolean> moving) |
void |
setOriginalSize(Integer originalSize) |
void |
setResolution(StravaStreamResolutionType resolution) |
void |
setSeriesType(StravaStreamSeriesDownsamplingType seriesType) |
void |
setType(StravaStreamType type) |
String |
toString() |
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public List<StravaMapPoint> getMapPoints()
public Integer getOriginalSize()
public StravaStreamResolutionType getResolution()
public StravaStreamSeriesDownsamplingType getSeriesType()
public StravaStreamType getType()
public int hashCode()
hashCode in class ObjectObject.hashCode()public void setMapPoints(List<StravaMapPoint> mapPoints)
mapPoints - the mapPoints to setpublic void setOriginalSize(Integer originalSize)
originalSize - the originalSize to setpublic void setResolution(StravaStreamResolutionType resolution)
resolution - the resolution to setpublic void setSeriesType(StravaStreamSeriesDownsamplingType seriesType)
seriesType - the seriesType to setpublic void setType(StravaStreamType type)
type - the type to setpublic String toString()
toString in class ObjectObject.toString()Copyright © 2016 Dan Shannon. All rights reserved.