Package com.aerisweather.aeris.model
Class ConditionsSummaryPeriod
- java.lang.Object
-
- com.aerisweather.aeris.model.AbstractPeriod
-
- com.aerisweather.aeris.model.ConditionsSummaryPeriod
-
public class ConditionsSummaryPeriod extends AbstractPeriod
Period of a conditions data from the request with endpointConditions
-
-
Field Summary
Fields Modifier and Type Field Description String
dateTimeISO
UNIX timestamp of the forecast valid timeConditionsSummaryTemperature
dewpoint
Dewpoint Temperature object containing the maximum, minimum and average for the period.ConditionsSummaryTemperature
feelslike
FeelsLike Temperature object containing the maximum, minimum and average for the period.ConditionsSummarySimple
humidity
Range
range
Time range object that the summary is forConditionsSummaryTemperature
temp
Temperature object containing the maximum, minimum and average for the period.Number
timestamp
UNIX timestamp of the forecast valid timeConditionsSummaryWinds
windGust
ConditionsSummaryWinds
windSpeed
-
Constructor Summary
Constructors Constructor Description ConditionsSummaryPeriod()
-
-
-
Field Detail
-
timestamp
public Number timestamp
UNIX timestamp of the forecast valid time
-
dateTimeISO
public String dateTimeISO
UNIX timestamp of the forecast valid time
-
range
public Range range
Time range object that the summary is for
-
temp
public ConditionsSummaryTemperature temp
Temperature object containing the maximum, minimum and average for the period.
-
feelslike
public ConditionsSummaryTemperature feelslike
FeelsLike Temperature object containing the maximum, minimum and average for the period.
-
dewpoint
public ConditionsSummaryTemperature dewpoint
Dewpoint Temperature object containing the maximum, minimum and average for the period.
-
humidity
public ConditionsSummarySimple humidity
-
windSpeed
public ConditionsSummaryWinds windSpeed
-
windGust
public ConditionsSummaryWinds windGust
-
-
Method Detail
-
fillWithInfo
public void fillWithInfo(Period period)
- Specified by:
fillWithInfo
in classAbstractPeriod
-
-