Exercise

data class Exercise(val url: String, val bestSubmission: String?, val submissions: List<String>, val submissionsWithPoints: List<ExercisesUpdaterService.Points.SubmissionWithPoints>, val id: Long, val name: String, val difficulty: String, val maxPoints: Int, val pointsToPass: Int, val submissionCount: Int, val points: Int, val passed: Boolean, val official: Boolean)

Constructors

Link copied to clipboard
constructor(url: String, bestSubmission: String?, submissions: List<String>, submissionsWithPoints: List<ExercisesUpdaterService.Points.SubmissionWithPoints>, id: Long, name: String, difficulty: String, maxPoints: Int, pointsToPass: Int, submissionCount: Int, points: Int, passed: Boolean, official: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard
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
Link copied to clipboard
val url: String