Packages

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
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RSEauDashboard
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DD1: Option[DateTime]
  5. val DD2: Option[DateTime]
  6. val EEE: Option[Double]
  7. val EEEGaugeSteps: Seq[Double]
  8. val PSE: Option[Double]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. val date: DateTime
  12. val ecoNote: Option[String]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. val hasDD1: Option[Boolean]
  16. val hasDD2: Option[Boolean]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val lands: Seq[RseauLandState]
  19. val merit: Option[String]
  20. val meritComment: Option[String]
  21. val nbDaysThreshold: Option[Int]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val nextEEE: Option[Double]
  24. val nextPSE: Option[Double]
  25. val nextThreshold: Option[String]
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. val parsimonyScore: Option[Double]
  29. val previousEEE: Option[Double]
  30. val previousPSE: Option[Double]
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. val ressourceDisponibility: Option[Int]
  33. val restrictionDate: Option[DateTime]
  34. val restrictionDelay: Option[Int]
  35. val sparedWaterAmount: Option[Double]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. val thresholdDirection: Option[String]
  38. val totalWaterVolume: Option[Double]
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped