Package fi.moprim.tmd.sdk.model
Interface TmdStats
-
public interface TmdStats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getCo2()
java.lang.String
getDate()
double
getDistance()
double
getDuration()
long
getLastModified()
long
getLastUpdate()
int
getLegs()
java.lang.String
getMode()
int
getSize()
boolean
isAggregatedUserStats()
-
-
-
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()
-
-