Hanami backend
Toggle table of contents
2026.7.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Hanami backend
Hanami backend
/
fi.aalto.cs.hanami.grading
/
Rubric
/
Phrase
Phrase
@
Serializable
data
class
Phrase
(
val
id
:
String
,
val
points
:
Int
?
=
null
,
val
text
:
Map
<
String
,
String
>
,
val
tone
:
String
=
"note"
,
val
group
:
Map
<
String
,
String
>
?
=
null
)
(
source
)
Members
Constructors
Phrase
Link copied to clipboard
constructor
(
id
:
String
,
points
:
Int
?
=
null
,
text
:
Map
<
String
,
String
>
,
tone
:
String
=
"note"
,
group
:
Map
<
String
,
String
>
?
=
null
)
Properties
group
Link copied to clipboard
val
group
:
Map
<
String
,
String
>
?
id
Link copied to clipboard
val
id
:
String
points
Link copied to clipboard
val
points
:
Int
?
text
Link copied to clipboard
val
text
:
Map
<
String
,
String
>
tone
Link copied to clipboard
val
tone
:
String