Package com.aerisweather.aeris.model
Class ConditionsSummaryTemperature
- java.lang.Object
-
- com.aerisweather.aeris.model.ConditionsSummaryTemperature
-
public class ConditionsSummaryTemperature extends Object
Base temperature model
-
-
Field Summary
Fields Modifier and Type Field Description Number
avgC
The normal average temperature in CelsiusNumber
avgF
The normal average temperature in FahrenheitNumber
maxC
The normal maximum temperature in CelsiusString
maxDateTimeISO
The ISO date time of when the maximum temperature occurredNumber
maxF
The normal maximum temperature in FahrenheitNumber
maxTimestamp
The unix timestamp of when the maximum temperature occurredNumber
minC
The normal minimum temperature in CelsiusString
minDateTimeISO
The unix timestamp of when the minimum temperature occurredNumber
minF
The normal minimum temperature in FahrenheitNumber
minTimestamp
The unix timestamp of when the minimum temperature occurred
-
Constructor Summary
Constructors Constructor Description ConditionsSummaryTemperature()
-
-
-
Field Detail
-
maxF
public Number maxF
The normal maximum temperature in Fahrenheit
-
maxC
public Number maxC
The normal maximum temperature in Celsius
-
minF
public Number minF
The normal minimum temperature in Fahrenheit
-
minC
public Number minC
The normal minimum temperature in Celsius
-
avgF
public Number avgF
The normal average temperature in Fahrenheit
-
avgC
public Number avgC
The normal average temperature in Celsius
-
maxTimestamp
public Number maxTimestamp
The unix timestamp of when the maximum temperature occurred
-
maxDateTimeISO
public String maxDateTimeISO
The ISO date time of when the maximum temperature occurred
-
minTimestamp
public Number minTimestamp
The unix timestamp of when the minimum temperature occurred
-
minDateTimeISO
public String minDateTimeISO
The unix timestamp of when the minimum temperature occurred
-
-