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 StringdateTimeISOUNIX timestamp of the forecast valid timeConditionsSummaryTemperaturedewpointDewpoint Temperature object containing the maximum, minimum and average for the period.ConditionsSummaryTemperaturefeelslikeFeelsLike Temperature object containing the maximum, minimum and average for the period.ConditionsSummarySimplehumidityRangerangeTime range object that the summary is forConditionsSummaryTemperaturetempTemperature object containing the maximum, minimum and average for the period.NumbertimestampUNIX timestamp of the forecast valid timeConditionsSummaryWindswindGustConditionsSummaryWindswindSpeed
-
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:
fillWithInfoin classAbstractPeriod
-
-