public class TriggerRateStatistics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static |
CREATOR
Parcelable creator for this model. |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
int |
getEventsInTheLastDay()
Gets the number of events sent to the application involving a trigger in this rate control group in the last 24
hours.
|
int |
getEventsInTheLastHour()
Gets the number of events sent to the application involving a trigger in this rate control group in the last 60
minutes.
|
int |
getEventsInTheLastWeek()
Gets the number of events sent to the application involving a trigger in this rate control group in the last 7
days.
|
java.util.Date |
getLastEventTimestamp()
Gets the last time an event involving a trigger in this rate control group was sent to the application.
|
void |
writeToParcel(Parcel dest,
int flags) |
public java.util.Date getLastEventTimestamp()
public int getEventsInTheLastHour()
public int getEventsInTheLastDay()
public int getEventsInTheLastWeek()
public int describeContents()
public void writeToParcel(Parcel dest, int flags)