case class DMAVariableState(variable: Option[String], filledNARatio: Option[Double], effectiveCount: Option[Int], startTime: Option[String], endTime: Option[String], errors: Option[Seq[DMAError]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DMAVariableState
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All