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 NumberavgThe average percentageNumbermaxThe maximum percentageStringmaxDateTimeISOThe ISO date time of when the maximum percentage occurredNumbermaxTimestampThe unix timestamp of when the maximum percentage occurredNumberminThe minimum percentageStringminDateTimeISOThe unix timestamp of when the minimum percentage occurredNumberminTimestampThe 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
-
-