Class RecordsReport


  • public class RecordsReport
    extends Object
    • Field Detail

      • timestamp

        public Number timestamp
        UNIX timestamp when the event took place
      • dateTimeISO

        public String dateTimeISO
        ISO 8601 date of the date/time of the event
      • type

        public String type
        The record type

        prcp = precipitation / rain
        snow = snow
        maxt = maximum temperature
        mint = minimum temperature
        himn = high minimum temperature
        lomx = low minimum temperature
      • code

        public String code
        Numeric representation of the record type.
      • location

        public String location
        The brief description of the location, usually contains the location or relative distance from a city
      • tied

        public boolean tied
        If tied a previous record = true, otherwise false.
    • Constructor Detail

      • RecordsReport

        public RecordsReport​(Report report)