model
package
model
Visibility
Public
All
Type Members
case class
Measure
(
creationDate:
Option
[
DateTime
]
,
hour:
Option
[
DateTime
]
,
value:
Option
[
Double
]
,
code:
Option
[
String
]
,
id:
Option
[
Int
]
,
timeMax:
Option
[
Long
]
,
error:
Option
[
Int
]
,
dataType:
Option
[
String
]
)
extends
Product
with
Serializable
Value Members
object
Measure
extends
Serializable
package
constants
Ungrouped