case class DMAVariableState(variable: Option[String], filledNARatio: Option[Double], effectiveCount: Option[Int], firstTimestamp: Option[String], lastTimestamp: Option[String]) 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
Instance Constructors
Value Members
- val effectiveCount: Option[Int]
- val filledNARatio: Option[Double]
- val firstTimestamp: Option[String]
- def getEffectiveCount: Int
- def getFilledNARatio: Double
- def getFirstTimestamp: String
- def getLastTimestamp: String
- def getVariable: String
- val lastTimestamp: Option[String]
- val variable: Option[String]