|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface FioData.Response
The full forecast.io response. Any getter may return null
if no data is available.
| Method Summary | |
|---|---|
java.util.List<FioData.DataPoint> |
getAlerts()
Gets the alerts block. |
FioData.DataPoint |
getCurrently()
Gets the currently block. |
FioData.DataBlock |
getDaily()
Gets the daily block. |
FioData.DataPoint |
getFlags()
Gets the flags block. |
FioData.DataBlock |
getHourly()
Gets the hourly block. |
FioData.DataBlock |
getMinutely()
Gets the minutely block. |
| Methods inherited from interface com.oopitis.weather.fio.FioData.DataPoint |
|---|
get, getProperty, getStandardDeviation |
| Method Detail |
|---|
FioData.DataPoint getCurrently()
currently block.
currently block.FioData.DataBlock getMinutely()
minutely block.
minutely block.FioData.DataBlock getHourly()
hourly block.
hourly block.FioData.DataBlock getDaily()
daily block.
daily block.FioData.DataPoint getFlags()
flags block.
flags block.java.util.List<FioData.DataPoint> getAlerts()
alerts block.
alerts block.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||