Package com.aerisweather.aeris.model
Class PreviousRecord
- java.lang.Object
-
- com.aerisweather.aeris.model.PreviousRecord
-
public class PreviousRecord extends Object
Previous Record held for the location
-
-
Field Summary
Fields Modifier and Type Field Description String
dateTimeISO
ISO 8601 date of the date/time of the previous record.RecordsDetails
details
Number
timestamp
UNIX timestamp of the previous record.
-
Constructor Summary
Constructors Constructor Description PreviousRecord()
-
-
-
Field Detail
-
timestamp
public Number timestamp
UNIX timestamp of the previous record. Null if unavailable.
-
dateTimeISO
public String dateTimeISO
ISO 8601 date of the date/time of the previous record. Null if unavailable.
-
details
public RecordsDetails details
-
-