Alerting
.
controllers
.
calcul
.
rseau
.
domain
RSEauDashboard
Related Docs:
object RSEauDashboard
|
package domain
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
]
,
pluvioMeasures:
Seq
[
PluvioMeasureJ
]
,
lands:
Seq
[
RseauLandState
]
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
RSEauDashboard
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
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
]
,
pluvioMeasures:
Seq
[
PluvioMeasureJ
]
,
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[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
date
:
DateTime
val
ecoNote
:
Option
[
String
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
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
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
parsimonyScore
:
Option
[
Double
]
val
pluvioMeasures
:
Seq
[
PluvioMeasureJ
]
val
previousEEE
:
Option
[
Double
]
val
previousPSE
:
Option
[
Double
]
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
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped