toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.problem.repo.command
/
InsertProblemsCommand
Insert
Problems
Command
data
class
InsertProblemsCommand
(
val
articleId
:
Long
,
val
createrId
:
Long
,
val
title
:
String
,
val
contents
:
Contents
,
val
answer
:
String
,
val
explanation
:
String
)
Members
Constructors
Insert
Problems
Command
Link copied to clipboard
constructor
(
articleId
:
Long
,
createrId
:
Long
,
title
:
String
,
contents
:
Contents
,
answer
:
String
,
explanation
:
String
)
Properties
answer
Link copied to clipboard
val
answer
:
String
article
Id
Link copied to clipboard
val
articleId
:
Long
contents
Link copied to clipboard
val
contents
:
Contents
creater
Id
Link copied to clipboard
val
createrId
:
Long
explanation
Link copied to clipboard
val
explanation
:
String
title
Link copied to clipboard
val
title
:
String