Package ai.tock.bot.admin.annotation
Class BotAnnotationEventState
-
- All Implemented Interfaces:
public final class BotAnnotationEventState extends BotAnnotationEventChange
-
-
Field Summary
Fields Modifier and Type Field Description private final Id<BotAnnotationEvent>eventIdprivate final InstantcreationDateprivate final InstantlastUpdateDateprivate final Stringuserprivate final Stringbeforeprivate final Stringafterprivate final BotAnnotationEventTypetype
-
Constructor Summary
Constructors Constructor Description BotAnnotationEventState(Id<BotAnnotationEvent> eventId, Instant creationDate, Instant lastUpdateDate, String user, String before, String after)
-
Method Summary
Modifier and Type Method Description Id<BotAnnotationEvent>getEventId()InstantgetCreationDate()InstantgetLastUpdateDate()StringgetUser()StringgetBefore()StringgetAfter()-
-
Method Detail
-
getEventId
Id<BotAnnotationEvent> getEventId()
-
getCreationDate
Instant getCreationDate()
-
getLastUpdateDate
Instant getLastUpdateDate()
-
-
-
-