Package in.succinct.beckn
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
- See Also:
-
Field Summary
Fields inherited from class in.succinct.beckn.BecknObject
DATE_FORMAT, TIMESTAMP_FORMAT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublegetType()getUnit()doublegetValue()voidsetComputedValue(double computed_value) voidsetEstimatedValue(double estimated_value) voidvoidvoidsetValue(double value) Methods inherited from class in.succinct.beckn.BecknObject
get, get, get, get, getBoolean, getDate, getDouble, getInteger, getLong, set, set, set, set, set, set, setMethods inherited from class in.succinct.beckn.BecknAware
generateBlakeHash, getInner, hash, setInner, toString
-
Constructor Details
-
Measure
public Measure() -
Measure
-
-
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
-
setUnit
-
getType
-
setType
-