Package com.aerisweather.aeris.response
Class AirQualityResponse
- java.lang.Object
-
- com.aerisweather.aeris.response.AerisFriendlyResponse
-
- com.aerisweather.aeris.response.AirQualityResponse
-
public class AirQualityResponse extends AerisFriendlyResponse
-
-
Field Summary
-
Fields inherited from class com.aerisweather.aeris.response.AerisFriendlyResponse
response
-
-
Constructor Summary
Constructors Constructor Description AirQualityResponse(AerisDataJSON data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Get the id from the response.AerisLocationgetLocation()Gets the Aeris location from the response.List<Period>getPeriods()PlacegetPlace()Get the place from the responseProfilegetProfile()Get the profile for this response.-
Methods inherited from class com.aerisweather.aeris.response.AerisFriendlyResponse
getDataSource, getProfileTimezone, getRelative
-
-
-
-
Constructor Detail
-
AirQualityResponse
public AirQualityResponse(AerisDataJSON data)
-
-
Method Detail
-
getId
public String getId()
Description copied from class:AerisFriendlyResponseGet the id from the response.- Overrides:
getIdin classAerisFriendlyResponse- Returns:
- the id for the response.
-
getLocation
public AerisLocation getLocation()
Description copied from class:AerisFriendlyResponseGets the Aeris location from the response.- Overrides:
getLocationin classAerisFriendlyResponse- Returns:
- the location
-
getPlace
public Place getPlace()
Description copied from class:AerisFriendlyResponseGet the place from the response- Overrides:
getPlacein classAerisFriendlyResponse- Returns:
- The place
-
getProfile
public Profile getProfile()
Description copied from class:AerisFriendlyResponseGet the profile for this response.- Overrides:
getProfilein classAerisFriendlyResponse- Returns:
- The profile
-
-