java.lang.Object | |
↳ | fi.moprim.tmd.sdk.model.TmdStats |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | TmdStats.Value |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | TMD_STATS_PREFERENCE_KEY |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final Creator<TmdStats> | CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TmdStats() | |||||||||||
TmdStats(Parcel in)
Parcel constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | describeContents() | ||||||||||
static String | emptyJson() | ||||||||||
static TmdStats | fromJson(String jsonString) | ||||||||||
Value[] | getLastPeriodWeekDaysStats() | ||||||||||
Value[] | getLastPeriodWeekendStats() | ||||||||||
Value[] | getOverallWeekDaysStats() | ||||||||||
Value[] | getOverallWeekendStats() | ||||||||||
boolean | isEmpty() | ||||||||||
boolean | isLastPeriodEmpty() | ||||||||||
void | writeToParcel(Parcel dest, int flags) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Parcel constructor
in | the parcel |
---|