toggle menu
A+ Courses
4.0.0-beta1
JVM
switch theme
search in API
A+ Courses
/
fi.aalto.cs.apluscourses.services.exercise
/
ExercisesUpdaterService
/
Points
/
Module
/
Module
Module
constructor
(
id
:
Long
,
name
:
String
,
maxPoints
:
Int
,
pointsToPass
:
Int
,
submissionCount
:
Int
,
points
:
Int
,
pointsByDifficulty
:
Map
<
String
,
Int
>
,
passed
:
Boolean
,
exercises
:
List
<
ExercisesUpdaterService.Points.Exercise
>
)