Package ai.tock.bot.admin.annotation
Class BotAnnotationEventChange
-
- All Implemented Interfaces:
public abstract class BotAnnotationEventChange extends BotAnnotationEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringbeforeprivate final Stringafterprivate final Id<BotAnnotationEvent>eventIdprivate final BotAnnotationEventTypetypeprivate final InstantcreationDateprivate final InstantlastUpdateDateprivate final Stringuser
-
Constructor Summary
Constructors Constructor Description BotAnnotationEventChange(Id<BotAnnotationEvent> eventId, BotAnnotationEventType type, Instant creationDate, Instant lastUpdateDate, String user, String before, String after)
-