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.submissions
/
ExerciseRecord
Exercise
Record
data
class
ExerciseRecord
(
val
id
:
Long
,
val
name
:
String
,
val
maxPoints
:
Int
)
(
source
)
Members
Constructors
Exercise
Record
Link copied to clipboard
constructor
(
id
:
Long
,
name
:
String
,
maxPoints
:
Int
)
Properties
id
Link copied to clipboard
val
id
:
Long
max
Points
Link copied to clipboard
val
maxPoints
:
Int
name
Link copied to clipboard
val
name
:
String