Module

data class Module(val id: Long, val name: String, val maxPoints: Int, val pointsToPass: Int, val submissionCount: Int, val points: Int, val pointsByDifficulty: Map<String, Int>, val passed: Boolean, val exercises: List<ExercisesUpdaterService.Points.Exercise>)

Constructors

Link copied to clipboard
constructor(id: Long, name: String, maxPoints: Int, pointsToPass: Int, submissionCount: Int, points: Int, pointsByDifficulty: Map<String, Int>, passed: Boolean, exercises: List<ExercisesUpdaterService.Points.Exercise>)

Properties

Link copied to clipboard
val id: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val points: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard