Class/Object

Alerting.controllers.calcul.rseau.domain

RSEauDashboard

Related Docs: object RSEauDashboard | package domain

Permalink

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

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])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DD1: Option[DateTime]

    Permalink
  5. val DD2: Option[DateTime]

    Permalink
  6. val EEE: Option[Double]

    Permalink
  7. val EEEGaugeSteps: Seq[Double]

    Permalink
  8. val PSE: Option[Double]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val date: DateTime

    Permalink
  12. val ecoNote: Option[String]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. val hasDD1: Option[Boolean]

    Permalink
  17. val hasDD2: Option[Boolean]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val lands: Seq[RseauLandState]

    Permalink
  20. val merit: Option[String]

    Permalink
  21. val meritComment: Option[String]

    Permalink
  22. val nbDaysThreshold: Option[Int]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. val nextEEE: Option[Double]

    Permalink
  25. val nextPSE: Option[Double]

    Permalink
  26. val nextThreshold: Option[String]

    Permalink
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val parsimonyScore: Option[Double]

    Permalink
  30. val previousEEE: Option[Double]

    Permalink
  31. val previousPSE: Option[Double]

    Permalink
  32. val ressourceDisponibility: Option[Int]

    Permalink
  33. val restrictionDate: Option[DateTime]

    Permalink
  34. val restrictionDelay: Option[Int]

    Permalink
  35. val sparedWaterAmount: Option[Double]

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. val thresholdDirection: Option[String]

    Permalink
  38. val totalWaterVolume: Option[Double]

    Permalink
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped