portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.article.domain.event
/
CommentCreateEvent
Comment
Create
Event
class
CommentCreateEvent
(
val
articleId
:
Long
,
val
commentId
:
Long
,
val
userId
:
Long
,
val
content
:
String
)
Members
Constructors
Comment
Create
Event
Link copied to clipboard
constructor
(
articleId
:
Long
,
commentId
:
Long
,
userId
:
Long
,
content
:
String
)
Properties
article
Id
Link copied to clipboard
val
articleId
:
Long
comment
Id
Link copied to clipboard
val
commentId
:
Long
content
Link copied to clipboard
val
content
:
String
user
Id
Link copied to clipboard
val
userId
:
Long