Package ai.tock.bot.admin.annotation
Class BotAnnotationEventComment
-
- All Implemented Interfaces:
public final class BotAnnotationEventComment extends BotAnnotationEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final Id<BotAnnotationEvent>eventIdprivate final InstantcreationDateprivate final InstantlastUpdateDateprivate final Stringuserprivate final Stringcommentprivate final BooleancanEditprivate final BotAnnotationEventTypetype
-
Constructor Summary
Constructors Constructor Description BotAnnotationEventComment(Id<BotAnnotationEvent> eventId, Instant creationDate, Instant lastUpdateDate, String user, String comment, Boolean canEdit)
-
Method Summary
Modifier and Type Method Description Id<BotAnnotationEvent>getEventId()InstantgetCreationDate()InstantgetLastUpdateDate()StringgetUser()final StringgetComment()final BooleangetCanEdit()-
-
Method Detail
-
getEventId
Id<BotAnnotationEvent> getEventId()
-
getCreationDate
Instant getCreationDate()
-
getLastUpdateDate
Instant getLastUpdateDate()
-
getComment
final String getComment()
-
getCanEdit
final Boolean getCanEdit()
-
-
-
-