@Value.Immutable
public interface FioResponse
| Modifier and Type | Method and Description |
|---|---|
List<FioAlert> |
alerts()
A collection of
FioAlert instances, which, if present, contains any severe
weather alerts, issued by a governmental weather authority, pertinent to the
requested location. |
FioDataPoint |
currently()
An instance of
FioDataPoint containing the current weather conditions at
the requested location. |
FioDataBlock |
daily()
An instance of
FioDataPoint containing the weather conditions day-by-day
for the next week. |
FioFlag |
flags()
An instance of
FioFlag containing miscellaneous metadata concerning this
request. |
FioDataBlock |
hourly()
An instance of
FioDataPoint containing the weather conditions hour-by-hour
for the next two days. |
BigDecimal |
latitude()
The requested latitude.
|
BigDecimal |
longitude()
The requested longitude.
|
FioDataBlock |
minutely()
An instance of
FioDataPoint containing the weather conditions
minute-by-minute for the next hour. |
int |
offset()
The current timezone offset in hours from GMT.
|
String |
timezone()
The IANA timezone name for the requested location (e.g.
|
BigDecimal latitude()
BigDecimal longitude()
String timezone()
int offset()
FioDataPoint currently()
FioDataPoint containing the current weather conditions at
the requested location.FioDataBlock minutely()
FioDataPoint containing the weather conditions
minute-by-minute for the next hour.FioDataBlock hourly()
FioDataPoint containing the weather conditions hour-by-hour
for the next two days.FioDataBlock daily()
FioDataPoint containing the weather conditions day-by-day
for the next week.List<FioAlert> alerts()
FioAlert instances, which, if present, contains any severe
weather alerts, issued by a governmental weather authority, pertinent to the
requested location.Copyright © 2016. All rights reserved.