-
public final class MetadataEvent extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMetadataEvent.Companion
-
Constructor Summary
Constructors Constructor Description MetadataEvent(String type, String value, String applicationId)
-
Method Summary
Modifier and Type Method Description final StringgetType()final StringgetValue()final StringgetApplicationId()The bot application id. final Id<out Event>getId()The unique id of the event. final InstantgetDate()The creation date of the event. final EventStategetState()The state of the event. -
Methods inherited from class ai.tock.bot.engine.event.MetadataEvent
hasEntity, hasEntityPredefinedValue -
Methods inherited from class ai.tock.bot.engine.event.Event
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getApplicationId
final String getApplicationId()
The bot application id.
-
getState
final EventState getState()
The state of the event.
-
-
-
-