@Value.Immutable
public interface FioFlag
| Modifier and Type | Method and Description |
|---|---|
List<String> |
darkskyStations()
This property contains an array of IDs for each radar station utilized in servicing
this request.
|
Object |
darkskyUnavailable()
The presence of this property indicates that the Dark Sky data source supports the
given location, but a temporary error (such as a radar station being down for
maintenace) has made the data unavailable.
|
List<String> |
datapointStations()
This property contains an array of IDs for each DataPoint station utilized in
servicing this request.
|
List<String> |
isdStations()
This property contains an array of IDs for each ISD station utilized in servicing
this request.
|
List<String> |
lampStations()
This property contains an array of IDs for each LAMP station utilized in servicing
this request.
|
List<String> |
metarStations()
This property contains an array of IDs for each METAR station utilized in servicing
this request.
|
String |
metnoLicense()
The presence of this property indicates that data from api.met.no was utilized in
order to facilitate this request (as per their license agreement).
|
List<String> |
sources()
This property contains an array of IDs for each data source utilized in servicing
this request.
|
FioUnit |
units()
The presence of this property indicates which units were used for the data in this
request.
|
Object darkskyUnavailable()
List<String> darkskyStations()
List<String> datapointStations()
List<String> isdStations()
List<String> lampStations()
List<String> metarStations()
String metnoLicense()
List<String> sources()
FioUnit units()
Copyright © 2016. All rights reserved.