public class Trigger
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() |
java.lang.String |
getTriggerId()
Retrieves the unique ID for a trigger.
|
JSONObject |
getTriggerPayload()
Retrieves the trigger's custom payload.
|
TriggerRateStatistics |
getTriggerRateStatistics()
Retrieves the trigger's rate statistics object.
|
void |
writeToParcel(Parcel dest,
int flags) |
public java.lang.String getTriggerId()
public JSONObject getTriggerPayload()
public TriggerRateStatistics getTriggerRateStatistics()
TriggerRateStatistics
object. Can be null.public int describeContents()
public void writeToParcel(Parcel dest, int flags)