weatherMeasures
WeatherMeasuresFilter
Related Docs:
object WeatherMeasuresFilter
|
package weatherMeasures
case class
WeatherMeasuresFilter
(
stations:
Seq
[
WMStation
] =
Seq()
,
apiMode:
String
=
"JSON"
,
dailyObsProduct:
String
=
"leopard_fr_daily"
,
hourlyObsProduct:
String
=
"leopard_fr_hourly"
,
dailyPrevProduct:
String
=
"ccmto_forecast_fr_daily"
,
hourlyPrevProduct:
String
=
"ccmto_forecast_fr"
,
importMode:
Option
[
Int
] =
None
,
obsDays:
Option
[
Int
] =
None
,
prevDays:
Option
[
Int
] =
None
,
startDate:
Option
[
DateTime
] =
None
,
endDate:
Option
[
DateTime
] =
None
,
rain:
Option
[
Int
] =
None
,
radiation:
Option
[
Int
] =
None
,
temperature:
Option
[
Int
] =
None
,
humidity:
Option
[
Int
] =
None
,
forecastId:
Option
[
Int
] =
None
,
ETP:
Option
[
Int
] =
None
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
WeatherMeasuresFilter
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
WeatherMeasuresFilter
(
stations:
Seq
[
WMStation
] =
Seq()
,
apiMode:
String
=
"JSON"
,
dailyObsProduct:
String
=
"leopard_fr_daily"
,
hourlyObsProduct:
String
=
"leopard_fr_hourly"
,
dailyPrevProduct:
String
=
"ccmto_forecast_fr_daily"
,
hourlyPrevProduct:
String
=
"ccmto_forecast_fr"
,
importMode:
Option
[
Int
] =
None
,
obsDays:
Option
[
Int
] =
None
,
prevDays:
Option
[
Int
] =
None
,
startDate:
Option
[
DateTime
] =
None
,
endDate:
Option
[
DateTime
] =
None
,
rain:
Option
[
Int
] =
None
,
radiation:
Option
[
Int
] =
None
,
temperature:
Option
[
Int
] =
None
,
humidity:
Option
[
Int
] =
None
,
forecastId:
Option
[
Int
] =
None
,
ETP:
Option
[
Int
] =
None
)
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
ETP
:
Option
[
Int
]
val
apiMode
:
String
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
dailyObsProduct
:
String
val
dailyPrevProduct
:
String
val
endDate
:
Option
[
DateTime
]
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]
)
val
forecastId
:
Option
[
Int
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
hourlyObsProduct
:
String
val
hourlyPrevProduct
:
String
val
humidity
:
Option
[
Int
]
val
importMode
:
Option
[
Int
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
obsDays
:
Option
[
Int
]
val
prevDays
:
Option
[
Int
]
val
radiation
:
Option
[
Int
]
val
rain
:
Option
[
Int
]
val
startDate
:
Option
[
DateTime
]
val
stations
:
Seq
[
WMStation
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
temperature
:
Option
[
Int
]
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