Alerting
domain
package
domain
Visibility
Public
All
Type Members
case class
AlertParameter
(
stationId:
Int
,
thresholdId:
Option
[
Int
]
,
timeLinitMissingData:
Option
[
Int
]
)
extends
Product
with
Serializable
case class
PollutionSourceActivityParams
(
STEPId:
Option
[
Long
]
,
parameters:
Option
[
Seq
[
String
]]
,
inActivity:
Option
[
Boolean
]
,
startDate:
Option
[
DateTime
]
,
endDate:
Option
[
DateTime
]
,
icpe:
Option
[
Boolean
]
,
dischargeAgreement:
Option
[
Boolean
]
)
extends
Product
with
Serializable
case class
TestMailInput
(
testType:
String
,
emails:
Seq
[
String
]
)
extends
Product
with
Serializable
Value Members
object
AlertParameter
extends
Serializable
object
PollutionSourceActivityParams
extends
Serializable
object
TestMailInput
extends
Serializable
Ungrouped