Class Measure

java.lang.Object
in.succinct.beckn.BecknAware<org.json.simple.JSONObject>
in.succinct.beckn.BecknObject
in.succinct.beckn.Measure
All Implemented Interfaces:
Serializable

public class Measure extends BecknObject
See Also:
  • Constructor Details

    • Measure

      public Measure()
    • Measure

      public Measure(String payload)
  • Method Details

    • getValue

      public double getValue()
    • setValue

      public void setValue(double value)
    • getEstimatedValue

      public double getEstimatedValue()
    • setEstimatedValue

      public void setEstimatedValue(double estimated_value)
    • getComputedValue

      public double getComputedValue()
    • setComputedValue

      public void setComputedValue(double computed_value)
    • getUnit

      public String getUnit()
    • setUnit

      public void setUnit(String unit)
    • getType

      public String getType()
    • setType

      public void setType(String type)