portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.writing.tone
/
WritingTone
Writing
Tone
@
Entity
class
WritingTone
(
val
id
:
Long
=
0
,
val
userId
:
Long
,
var
isPublic
:
Boolean
=
false
,
var
description
:
String
,
val
createdAt
:
Instant
=
Instant.now()
)
Members
Constructors
Writing
Tone
Link copied to clipboard
constructor
(
id
:
Long
=
0
,
userId
:
Long
,
isPublic
:
Boolean
=
false
,
description
:
String
,
createdAt
:
Instant
=
Instant.now()
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
Instant
description
Link copied to clipboard
var
description
:
String
말투 설명
id
Link copied to clipboard
val
id
:
Long
=
0
is
Public
Link copied to clipboard
var
isPublic
:
Boolean
user
Id
Link copied to clipboard
val
userId
:
Long