Package fi.moprim.tmd.sdk.model
Interface TmdStats
-
public interface TmdStats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetCo2()java.lang.StringgetDate()doublegetDistance()doublegetDuration()longgetLastModified()longgetLastUpdate()intgetLegs()java.lang.StringgetMode()intgetSize()booleanisAggregatedUserStats()
-
-
-
Method Detail
-
getLastUpdate
long getLastUpdate()
-
getLastModified
long getLastModified()
-
getDate
@NonNull java.lang.String getDate()
-
getMode
@NonNull java.lang.String getMode()
-
isAggregatedUserStats
boolean isAggregatedUserStats()
-
getSize
int getSize()
-
getLegs
int getLegs()
-
getDuration
double getDuration()
-
getDistance
double getDistance()
-
getCo2
double getCo2()
-
-