Class PropertyInputV1

java.lang.Object
com.seeq.model.PropertyInputV1

public class PropertyInputV1 extends Object
PropertyInputV1
  • Constructor Details

    • PropertyInputV1

      public PropertyInputV1()
  • Method Details

    • unitOfMeasure

      public PropertyInputV1 unitOfMeasure(String unitOfMeasure)
    • getUnitOfMeasure

      public String getUnitOfMeasure()
      The unit of measure to apply to this property's value. If no unit of measure is set, the value is assumed to be unitless. If specified, a value must also be supplied. (If specifying a calculation rather than a value, do not specify the unit of measure as it will be determined from the calculation.)
      Returns:
      unitOfMeasure
    • setUnitOfMeasure

      public void setUnitOfMeasure(String unitOfMeasure)
    • value

      public PropertyInputV1 value(Object value)
    • getValue

      public Object getValue()
      The value to assign to this property.
      Returns:
      value
    • setValue

      public void setValue(Object value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object