Package com.aerisweather.aeris.response
Class ConvectiveOutlookResponse
- java.lang.Object
-
- com.aerisweather.aeris.response.AerisFriendlyResponse
-
- com.aerisweather.aeris.response.ConvectiveOutlookResponse
-
public class ConvectiveOutlookResponse extends AerisFriendlyResponse
Object to make the Convective Outlook response more friendly to determine what parts of the AerisDataJSON have come back in the response.
-
-
Field Summary
-
Fields inherited from class com.aerisweather.aeris.response.AerisFriendlyResponse
response
-
-
Constructor Summary
Constructors Constructor Description ConvectiveOutlookResponse(AerisDataJSON data)
Constructor to hold the AerisDataJSON.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Details
getDetails()
GeoPolygon
getGeoPoly()
String
getId()
Get the id from the response.-
Methods inherited from class com.aerisweather.aeris.response.AerisFriendlyResponse
getDataSource, getLocation, getPlace, getProfile, getProfileTimezone, getRelative
-
-
-
-
Constructor Detail
-
ConvectiveOutlookResponse
public ConvectiveOutlookResponse(AerisDataJSON data)
Constructor to hold the AerisDataJSON.- Parameters:
data
- the JSON
-
-
Method Detail
-
getId
public String getId()
Description copied from class:AerisFriendlyResponse
Get the id from the response.- Overrides:
getId
in classAerisFriendlyResponse
- Returns:
- the id for the response.
-
getDetails
public Details getDetails()
-
getGeoPoly
public GeoPolygon getGeoPoly()
-
-