Package ai.tock.bot.admin.annotation
Class BotAnnotationEventDTO
-
- All Implemented Interfaces:
public final class BotAnnotationEventDTO
-
-
Constructor Summary
Constructors Constructor Description BotAnnotationEventDTO(BotAnnotationEventType type, String comment, String before, String after, Boolean canEdit)
-
Method Summary
Modifier and Type Method Description final BotAnnotationEventTypegetType()final StringgetComment()final StringgetBefore()final StringgetAfter()final BooleangetCanEdit()-
-
Constructor Detail
-
BotAnnotationEventDTO
BotAnnotationEventDTO(BotAnnotationEventType type, String comment, String before, String after, Boolean canEdit)
-
-
Method Detail
-
getType
final BotAnnotationEventType getType()
-
getComment
final String getComment()
-
getCanEdit
final Boolean getCanEdit()
-
-
-
-