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
/
GradingQueue
Grading
Queue
@
Serializable
data
class
GradingQueue
(
val
exerciseId
:
Long
,
val
exerciseName
:
String
,
val
exerciseMaxPoints
:
Int
,
val
entries
:
List
<
GradingQueueEntry
>
)
(
source
)
Members
Constructors
Grading
Queue
Link copied to clipboard
constructor
(
exerciseId
:
Long
,
exerciseName
:
String
,
exerciseMaxPoints
:
Int
,
entries
:
List
<
GradingQueueEntry
>
)
Properties
entries
Link copied to clipboard
val
entries
:
List
<
GradingQueueEntry
>
exercise
Id
Link copied to clipboard
val
exerciseId
:
Long
exercise
Max
Points
Link copied to clipboard
val
exerciseMaxPoints
:
Int
exercise
Name
Link copied to clipboard
val
exerciseName
:
String