toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
db-api
/
dev.ust.zinc.grader.model
/
ReportRow
Report
Row
interface
ReportRow
Abstraction representing a report in the database.
Members
Properties
created
At
Link copied to clipboard
abstract
val
createdAt
:
Instant
?
initiated
By
Link copied to clipboard
abstract
val
initiatedBy
:
Long
?
is
Final
Link copied to clipboard
abstract
val
isFinal
:
Boolean
is
Test
Link copied to clipboard
abstract
val
isTest
:
Boolean
pipeline
Results
Link copied to clipboard
abstract
val
pipelineResults
:
ReportT
remarks
Link copied to clipboard
abstract
val
remarks
:
JsonNode
?
show
At
Link copied to clipboard
abstract
val
showAt
:
Instant
?
submission
Id
Link copied to clipboard
abstract
val
submissionId
:
Long
updated
At
Link copied to clipboard
abstract
val
updatedAt
:
Instant
?