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
/
RubricInfo
Rubric
Info
@
Serializable
data
class
RubricInfo
(
val
exerciseId
:
Long
,
val
title
:
String
,
val
maxTotal
:
Int
,
val
revision
:
Long
)
(
source
)
Members
Constructors
Rubric
Info
Link copied to clipboard
constructor
(
exerciseId
:
Long
,
title
:
String
,
maxTotal
:
Int
,
revision
:
Long
)
Properties
exercise
Id
Link copied to clipboard
val
exerciseId
:
Long
max
Total
Link copied to clipboard
val
maxTotal
:
Int
revision
Link copied to clipboard
val
revision
:
Long
title
Link copied to clipboard
val
title
:
String