domain

package domain

Visibility
  1. Public
  2. All

Type Members

  1. case class Item(id: String, jobId: Long, status: String, createdAt: Date, updatedAt: Option[Date], attributes: Map[String, String]) extends Product with Serializable

  2. case class Job(id: Long, appName: String, state: String, createdAt: Date, updatedAt: Option[Date], attributes: Map[String, String]) extends Product with Serializable

Ungrouped