Uses of Record Class
dev.dokimos.server.dto.v1.ExperimentSummary.LatestRunInfo
Packages that use ExperimentSummary.LatestRunInfo
-
Uses of ExperimentSummary.LatestRunInfo in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 that return ExperimentSummary.LatestRunInfoModifier and TypeMethodDescriptionExperimentSummary.latestRun()Returns the value of thelatestRunrecord component.Constructors in dev.dokimos.server.dto.v1 with parameters of type ExperimentSummary.LatestRunInfoModifierConstructorDescriptionExperimentSummary(UUID id, String name, Instant createdAt, ExperimentSummary.LatestRunInfo latestRun) Creates an instance of aExperimentSummaryrecord class.