Packages

final case class JobState(jobId: String, config: String, versionInfo: String, referenceDate: Timestamp, executionDate: Timestamp) extends DQEntity with Product with Serializable

Linear Supertypes
Serializable, Serializable, DQEntity, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JobState
  2. Serializable
  3. Serializable
  4. DQEntity
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JobState(jobId: String, config: String, versionInfo: String, referenceDate: Timestamp, executionDate: Timestamp)

Value Members

  1. val config: String
  2. val entityType: String
    Definition Classes
    JobStateDQEntity
  3. val executionDate: Timestamp
  4. val jobId: String
    Definition Classes
    JobStateDQEntity
  5. val referenceDate: Timestamp
  6. val uniqueFieldNames: Seq[String]
    Definition Classes
    JobStateDQEntity
  7. val uniqueFields: JobUniqueResult
    Definition Classes
    JobStateDQEntity
  8. val versionInfo: String