Package 

Class WeatherValueData

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Integer value
      private final List<<ERROR CLASS><String, Boolean>> operators
      private final String unit
      private final Integer min
      private final Integer max
      private final Integer step
    • Constructor Summary

      Constructors 
      Constructor Description
      WeatherValueData(Integer value, List<<ERROR CLASS><String, Boolean>> operators, String unit, Integer min, Integer max, Integer step)
    • Method Summary

      Modifier and Type Method Description
      final Integer getValue()
      final Unit setValue(Integer value)
      final List<<ERROR CLASS><String, Boolean>> getOperators()
      final String getUnit()
      final Integer getMin()
      final Integer getMax()
      final Integer getStep()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WeatherValueData

        WeatherValueData(Integer value, List<<ERROR CLASS><String, Boolean>> operators, String unit, Integer min, Integer max, Integer step)