-
- All Implemented Interfaces:
-
com.onesignal.common.events.IEventNotifier
public final class TriggerModel extends Model
-
-
Constructor Summary
Constructors Constructor Description TriggerModel()
-
Method Summary
Modifier and Type Method Description final StringgetKey()final UnitsetKey(String key)final ObjectgetValue()final UnitsetValue(Object value)BooleangetHasSubscribers()final StringgetId()final UnitsetId(String id)-
Methods inherited from class com.onesignal.inAppMessages.internal.triggers.TriggerModel
hasProperty, initializeFromJson, initializeFromModel, setAnyProperty, setBigDecimalProperty, setBooleanProperty, setDoubleProperty, setEnumProperty, setFloatProperty, setIntProperty, setListProperty, setLongProperty, setMapModelProperty, setOptAnyProperty, setOptBigDecimalProperty, setOptBooleanProperty, setOptDoubleProperty, setOptEnumProperty, setOptFloatProperty, setOptIntProperty, setOptListProperty, setOptLongProperty, setOptMapModelProperty, setOptStringProperty, setStringProperty, subscribe, toJSON, unsubscribe -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-