Packages

case class Blueprint(guid: GUID, name: String, description: Option[String], revision: Revision, state: State, sha256: Option[Sha256], template: Template, createdAt: Instant = Instant.now) extends Product with Serializable

Source
Blueprint.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Blueprint
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Blueprint(guid: GUID, name: String, description: Option[String], revision: Revision, state: State, sha256: Option[Sha256], template: Template, createdAt: Instant = Instant.now)

Value Members

  1. val createdAt: Instant
  2. val description: Option[String]
  3. val guid: GUID
  4. val name: String
  5. val revision: Revision
  6. val sha256: Option[Sha256]
  7. val state: State
  8. val template: Template
  9. def toString(): String
    Definition Classes
    Blueprint → AnyRef → Any