final case class RunningUnit(name: Option[String], status: Option[String], parentID: Option[String]) extends Product with Serializable
- Source
- RunningUnit.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RunningUnit
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All