Package ai.tock.bot.engine.event
Class RequestThreadControlEvent
-
- All Implemented Interfaces:
public final class RequestThreadControlEvent extends OneToOneEvent
A request thread control event.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringrequestOwnerAppIdprivate final Stringmetadataprivate final PlayerIduserIdprivate final PlayerIdrecipientIdprivate final StringapplicationIdprivate final Id<out Event>idprivate final Instantdateprivate final EventStatestate
-
Method Summary
Modifier and Type Method Description final StringgetRequestOwnerAppId()final StringgetMetadata()StringtoString()-
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
-
-
Method Detail
-
getRequestOwnerAppId
final String getRequestOwnerAppId()
-
getMetadata
final String getMetadata()
-
-
-
-