toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.article.repo.record
/
SelectArticleRecord
Select
Article
Record
data
class
SelectArticleRecord
(
val
articleId
:
Long
,
val
writerId
:
Long
,
val
mainImageURL
:
URL
,
val
title
:
String
,
val
category
:
Byte
,
val
content
:
String
,
val
createdAt
:
LocalDateTime
)
:
Serializable
Members
Constructors
Select
Article
Record
Link copied to clipboard
constructor
(
articleId
:
Long
,
writerId
:
Long
,
mainImageURL
:
URL
,
title
:
String
,
category
:
Byte
,
content
:
String
,
createdAt
:
LocalDateTime
)
Properties
article
Id
Link copied to clipboard
val
articleId
:
Long
category
Link copied to clipboard
val
category
:
Byte
content
Link copied to clipboard
val
content
:
String
created
At
Link copied to clipboard
val
createdAt
:
LocalDateTime
main
Image
URL
Link copied to clipboard
val
mainImageURL
:
URL
title
Link copied to clipboard
val
title
:
String
writer
Id
Link copied to clipboard
val
writerId
:
Long