Class MeasurementValue

    • Method Detail

      • getValue

        @JSONProperty(ignoreIfNull=false)
        public BigDecimal getValue()
      • setValue

        public void setValue​(BigDecimal value)
      • getUnit

        @JSONProperty(ignoreIfNull=false)
        public String getUnit()
      • setUnit

        public void setUnit​(String unit)
      • getType

        @JSONProperty(ignoreIfNull=true)
        public ValueType getType()
      • setType

        public void setType​(ValueType type)
      • getQuantity

        @JSONProperty(ignoreIfNull=true)
        public String getQuantity()
      • setQuantity

        public void setQuantity​(String quantity)
      • getState

        @JSONProperty(ignoreIfNull=true)
        public StateType getState()
      • setState

        public void setState​(StateType state)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object