All Downloads are FREE. Search and download functionalities are using the official Maven repository.

domain.Job.scala Maven / Gradle / Ivy

The newest version!
package domain

import java.util.Date

case class Job(id: Long,
               appName: String,
               state: String,
               createdAt: Date,
               updatedAt: Option[Date],
               attributes: Map[String, String])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy