Package ai.tock.bot.engine.event
Class NewDeviceEvent
-
- All Implemented Interfaces:
public final class NewDeviceEvent extends OneToOneEvent
A new device event, in order to switch to another device.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringstatusprivate final PlayerIduserIdprivate final PlayerIdrecipientIdprivate final StringapplicationIdprivate final Id<out Event>idprivate final Instantdateprivate final EventStatestate
-
Constructor Summary
Constructors Constructor Description NewDeviceEvent(PlayerId userId, PlayerId recipientId, String applicationId, String status)
-
Method Summary
-
Methods inherited from class ai.tock.bot.engine.event.OneToOneEvent
getRecipientId, getUserId -
Methods inherited from class ai.tock.bot.engine.event.Event
getApplicationId, getDate, getId, getState, hasEntity, hasEntityPredefinedValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-