Package com.aerisweather.aeris.model
Class ConditionsSummarySimple
- java.lang.Object
-
- com.aerisweather.aeris.model.ConditionsSummarySimple
-
public class ConditionsSummarySimple extends Object
Base temperature model
-
-
Field Summary
Fields Modifier and Type Field Description Number
avg
The average percentageNumber
max
The maximum percentageString
maxDateTimeISO
The ISO date time of when the maximum percentage occurredNumber
maxTimestamp
The unix timestamp of when the maximum percentage occurredNumber
min
The minimum percentageString
minDateTimeISO
The unix timestamp of when the minimum percentage occurredNumber
minTimestamp
The unix timestamp of when the minimum percentage occurred
-
Constructor Summary
Constructors Constructor Description ConditionsSummarySimple()
-
-
-
Field Detail
-
max
public Number max
The maximum percentage
-
min
public Number min
The minimum percentage
-
avg
public Number avg
The average percentage
-
maxTimestamp
public Number maxTimestamp
The unix timestamp of when the maximum percentage occurred
-
maxDateTimeISO
public String maxDateTimeISO
The ISO date time of when the maximum percentage occurred
-
minTimestamp
public Number minTimestamp
The unix timestamp of when the minimum percentage occurred
-
minDateTimeISO
public String minDateTimeISO
The unix timestamp of when the minimum percentage occurred
-
-