case class RSEauDashboard(date: DateTime, totalWaterVolume: Option[Double], sparedWaterAmount: Option[Double], parsimonyScore: Option[Double], EEE: Option[Double], PSE: Option[Double], previousEEE: Option[Double], previousPSE: Option[Double], nextEEE: Option[Double], nextPSE: Option[Double], EEEGaugeSteps: Seq[Double], ecoNote: Option[String], ressourceDisponibility: Option[Int], nextThreshold: Option[String], nbDaysThreshold: Option[Int], thresholdDirection: Option[String], merit: Option[String], meritComment: Option[String], restrictionDelay: Option[Int], restrictionDate: Option[DateTime], DD1: Option[DateTime], DD2: Option[DateTime], hasDD1: Option[Boolean], hasDD2: Option[Boolean], lands: Seq[RseauLandState]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RSEauDashboard
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RSEauDashboard(date: DateTime, totalWaterVolume: Option[Double], sparedWaterAmount: Option[Double], parsimonyScore: Option[Double], EEE: Option[Double], PSE: Option[Double], previousEEE: Option[Double], previousPSE: Option[Double], nextEEE: Option[Double], nextPSE: Option[Double], EEEGaugeSteps: Seq[Double], ecoNote: Option[String], ressourceDisponibility: Option[Int], nextThreshold: Option[String], nbDaysThreshold: Option[Int], thresholdDirection: Option[String], merit: Option[String], meritComment: Option[String], restrictionDelay: Option[Int], restrictionDate: Option[DateTime], DD1: Option[DateTime], DD2: Option[DateTime], hasDD1: Option[Boolean], hasDD2: Option[Boolean], lands: Seq[RseauLandState])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DD1: Option[DateTime]
- val DD2: Option[DateTime]
- val EEE: Option[Double]
- val EEEGaugeSteps: Seq[Double]
- val PSE: Option[Double]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val date: DateTime
- val ecoNote: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val hasDD1: Option[Boolean]
- val hasDD2: Option[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lands: Seq[RseauLandState]
- val merit: Option[String]
- val meritComment: Option[String]
- val nbDaysThreshold: Option[Int]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nextEEE: Option[Double]
- val nextPSE: Option[Double]
- val nextThreshold: Option[String]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val parsimonyScore: Option[Double]
- val previousEEE: Option[Double]
- val previousPSE: Option[Double]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val ressourceDisponibility: Option[Int]
- val restrictionDate: Option[DateTime]
- val restrictionDelay: Option[Int]
- val sparedWaterAmount: Option[Double]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val thresholdDirection: Option[String]
- val totalWaterVolume: Option[Double]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)