-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
public class Statistics implements Serializable, Parcelable
Represents aggregated information about the result set.
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<Statistics>
CREATOR
protected MenigaDecimal
currentMonthTotal
protected MenigaDecimal
total
protected MenigaDecimal
average
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
MenigaDecimal
getCurrentMonthTotal()
MenigaDecimal
getTotal()
MenigaDecimal
getAverage()
-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getCurrentMonthTotal
MenigaDecimal getCurrentMonthTotal()
-
getTotal
MenigaDecimal getTotal()
-
getAverage
MenigaDecimal getAverage()
-
-
-
-