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
/
ArticleView
Article
View
@
RedisHash
(
value
=
"article_views"
,
timeToLive
=
86400
)
data
class
ArticleView
(
val
id
:
String
,
val
articleId
:
Long
,
val
ip
:
String
,
val
userAgent
:
String
,
val
createdAt
:
Instant
)
:
Serializable
Members
Constructors
Article
View
Link copied to clipboard
constructor
(
id
:
String
,
articleId
:
Long
,
ip
:
String
,
userAgent
:
String
,
createdAt
:
Instant
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
article
Id
Link copied to clipboard
val
articleId
:
Long
created
At
Link copied to clipboard
val
createdAt
:
Instant
id
Link copied to clipboard
val
id
:
String
ip
Link copied to clipboard
val
ip
:
String
user
Agent
Link copied to clipboard
val
userAgent
:
String