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
/
GraderWorkloadSummary
Grader
Workload
Summary
@
Serializable
data
class
GraderWorkloadSummary
(
val
userId
:
Long
,
val
total
:
Int
,
val
notStarted
:
Int
,
val
draft
:
Int
,
val
ready
:
Int
,
val
sent
:
Int
,
val
exercises
:
List
<
GraderExerciseSummary
>
)
(
source
)
Members
Constructors
Grader
Workload
Summary
Link copied to clipboard
constructor
(
userId
:
Long
,
total
:
Int
,
notStarted
:
Int
,
draft
:
Int
,
ready
:
Int
,
sent
:
Int
,
exercises
:
List
<
GraderExerciseSummary
>
)
Properties
draft
Link copied to clipboard
val
draft
:
Int
exercises
Link copied to clipboard
val
exercises
:
List
<
GraderExerciseSummary
>
not
Started
Link copied to clipboard
val
notStarted
:
Int
ready
Link copied to clipboard
val
ready
:
Int
sent
Link copied to clipboard
val
sent
:
Int
total
Link copied to clipboard
val
total
:
Int
user
Id
Link copied to clipboard
val
userId
:
Long