java.lang.Object | |
↳ | fi.moprim.tmd.sdk.model.TmdStats.Value |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final Creator<TmdStats.Value> | CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Value(String activity, double co2, double distance, double duration) | |||||||||||
Value(Parcel in)
Parcel constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | describeContents() | ||||||||||
String | getActivity() | ||||||||||
double | getCo2() | ||||||||||
double | getDistance() | ||||||||||
double | getDuration() | ||||||||||
void | writeToParcel(Parcel dest, int flags) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Parcel constructor
in | the parcel |
---|