Class Weather.WindData

  • Enclosing class:
    Weather

    public static class Weather.WindData
    extends java.lang.Object
    • Field Detail

      • timestamp

        public long timestamp
    • Constructor Detail

      • WindData

        public WindData()
    • Method Detail

      • getSpeed

        public double getSpeed()
      • getDirection

        public double getDirection()
      • getTimestamp

        public long getTimestamp()