NominalTimeRunFacet

data class NominalTimeRunFacet(val getProducer: String, val getSchemaURL: String, val nominalStartTime: LocalDateTime, val nominalEndTime: LocalDateTime? = null)

Represents the nominal time facet of a run.

Constructors

Link copied to clipboard
constructor(getProducer: String, getSchemaURL: String, nominalStartTime: LocalDateTime, nominalEndTime: LocalDateTime? = null)

Properties

Link copied to clipboard

The producer of the nominal time facet.

Link copied to clipboard

The schema URL of the nominal time facet.

Link copied to clipboard

The nominal end time of the run (optional).

Link copied to clipboard

The nominal start time of the run.