- get() - Method in class com.github.dvdme.ForecastIOLib.FIOCurrently
-
Returns the data point from the currently report
- getAlert(int) - Method in class com.github.dvdme.ForecastIOLib.FIOAlerts
-
Returns a string with all the alert information.
- getAlertDescription(int) - Method in class com.github.dvdme.ForecastIOLib.FIOAlerts
-
Returns the description for the alert.
- getAlertExpireTime(int) - Method in class com.github.dvdme.ForecastIOLib.FIOAlerts
-
Returns the expiration time for the alert.
- getAlerts() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the alerts data
- getAlertTime(int) - Method in class com.github.dvdme.ForecastIOLib.FIOAlerts
-
Returns the time for the alert.
- getAlertTitle(int) - Method in class com.github.dvdme.ForecastIOLib.FIOAlerts
-
Returns the title for the alert.
- getAlertURI(int) - Method in class com.github.dvdme.ForecastIOLib.FIOAlerts
-
Returns the uri for the alert.
- getByKey(String) - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
-
Return the data point field with the corresponding key
- getCurrently() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the currently data point
- getDaily() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the daily data block
- getDay(int) - Method in class com.github.dvdme.ForecastIOLib.FIODaily
-
Returns the data point for the given day in the daily report
- getExcludeURL() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the excluded fields that are setted for the request.
- getFields() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
-
Returns a String with all the Forecast.io field's available
in this data point.
- getFieldsArray() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
-
Returns a String array with all the Forecast.io fields available
in this data point.
- getFlags() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the flags data
- getForecast(String, String) - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Gets the forecast reports for the given coordinates with the set options
- getForecast(String) - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Parses the forecast reports for the given coordinates with the set options
Useful to use with an external http library
- getForecast(JsonObject) - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Parses the forecast reports for the given coordinates with the setted options
Useful to use with an external http library
Hint: The getForecast(String http_response) could be more useful since it receives
the raw response String instead of the JsonObect.
- getHeaderCache_Control() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the Cache-Control response header value
- getHeaderExpires() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the Expires response header value
- getHeaderX_Forecast_API_Calls() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the X-Forecast-API-Calls response header value
This is the number os API calls made today from one given API Key.
- getHeaderX_Response_Time() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the X-Response-Time response header value
- getHour(int) - Method in class com.github.dvdme.ForecastIOLib.FIOHourly
-
Returns the data point for the given day in the hourly report
- getHourly() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the hourly data block
- getLang() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the language that are set in the request.
- getLatitude() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the latitude that is setted for the request.
- getLongitude() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the longitude that is setted for the request.
- getMinute(int) - Method in class com.github.dvdme.ForecastIOLib.FIOMinutely
-
Returns the data point for the given minute in the minutely report
- getMinutely() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the minutely data block
- getRawResponse() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the raw JSON response
- getTime() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the time that is setted for the request.
- getTimezone() - Method in class com.github.dvdme.ForecastIOLib.FIODataBlock
-
Returns the timezone that is setted.
- getTimezone() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
-
Allows to get the timezone in use
- getTimezone() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the timezone that is setted.
- getUnits() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the units that are set in the request.
- getUrl(String, String) - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
-
Returns the url that is created by internal UrlBuilder method.