Package com.aerisweather.aeris.response
Class AlertsResponse
- java.lang.Object
-
- com.aerisweather.aeris.response.AerisFriendlyResponse
-
- com.aerisweather.aeris.response.AdvisoriesResponse
-
- com.aerisweather.aeris.response.AlertsResponse
-
public class AlertsResponse extends AdvisoriesResponse
-
-
Field Summary
-
Fields inherited from class com.aerisweather.aeris.response.AerisFriendlyResponse
response
-
-
Constructor Summary
Constructors Constructor Description AlertsResponse(AerisDataJSON data)
Construct the Alerts Response.
-
Method Summary
-
Methods inherited from class com.aerisweather.aeris.response.AdvisoriesResponse
getActive, getAdvisoryDetail, getGeoPoly, getIncludes, getPolyString, getTimestamps
-
Methods inherited from class com.aerisweather.aeris.response.AerisFriendlyResponse
getDataSource, getId, getLocation, getPlace, getProfile, getProfileTimezone, getRelative
-
-
-
-
Constructor Detail
-
AlertsResponse
public AlertsResponse(AerisDataJSON data)
Construct the Alerts Response. This is a wrapper for the response from theALERTS
endpoint.- Parameters:
data
- The data to wrap into the response.
-
-