toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.log.repo.command
/
InsertEventCommand
Insert
Event
Command
data
class
InsertEventCommand
(
val
memberId
:
Long
,
val
articleId
:
Long
,
val
messageId
:
String
,
val
eventType
:
Byte
,
val
sendType
:
Byte
)
Members
Constructors
Insert
Event
Command
Link copied to clipboard
constructor
(
memberId
:
Long
,
articleId
:
Long
,
messageId
:
String
,
eventType
:
Byte
,
sendType
:
Byte
)
Properties
article
Id
Link copied to clipboard
val
articleId
:
Long
event
Type
Link copied to clipboard
val
eventType
:
Byte
member
Id
Link copied to clipboard
val
memberId
:
Long
message
Id
Link copied to clipboard
val
messageId
:
String
send
Type
Link copied to clipboard
val
sendType
:
Byte