toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.article.repo.command
/
ArticleMainCardExcludeWorkbookCommand
Article
Main
Card
Exclude
Workbook
Command
data
class
ArticleMainCardExcludeWorkbookCommand
(
val
articleId
:
Long
,
val
articleTitle
:
String
,
val
mainImageUrl
:
URL
,
val
categoryCd
:
Byte
,
val
createdAt
:
LocalDateTime
,
val
writerId
:
Long
,
val
writerEmail
:
String
,
val
writerName
:
String
,
val
writerUrl
:
URL
,
val
writerImgUrl
:
URL
)
Members
Constructors
Article
Main
Card
Exclude
Workbook
Command
Link copied to clipboard
constructor
(
articleId
:
Long
,
articleTitle
:
String
,
mainImageUrl
:
URL
,
categoryCd
:
Byte
,
createdAt
:
LocalDateTime
,
writerId
:
Long
,
writerEmail
:
String
,
writerName
:
String
,
writerUrl
:
URL
,
writerImgUrl
:
URL
)
Properties
article
Id
Link copied to clipboard
val
articleId
:
Long
article
Title
Link copied to clipboard
val
articleTitle
:
String
category
Cd
Link copied to clipboard
val
categoryCd
:
Byte
created
At
Link copied to clipboard
val
createdAt
:
LocalDateTime
main
Image
Url
Link copied to clipboard
val
mainImageUrl
:
URL
writer
Email
Link copied to clipboard
val
writerEmail
:
String
writer
Id
Link copied to clipboard
val
writerId
:
Long
writer
Img
Url
Link copied to clipboard
val
writerImgUrl
:
URL
writer
Name
Link copied to clipboard
val
writerName
:
String
writer
Url
Link copied to clipboard
val
writerUrl
:
URL