Class UnitsOfMeasureItemV1

java.lang.Object
com.seeq.model.UnitsOfMeasureItemV1

public class UnitsOfMeasureItemV1 extends Object
A list of pairs of UOM strings mapping the input UOM to canonical UOM
  • Constructor Details

    • UnitsOfMeasureItemV1

      public UnitsOfMeasureItemV1()
  • Method Details

    • canonicalUom

      public UnitsOfMeasureItemV1 canonicalUom(String canonicalUom)
    • getCanonicalUom

      public String getCanonicalUom()
      The canonical unit of measure string, if the input was parsable, otherwise null
      Returns:
      canonicalUom
    • setCanonicalUom

      public void setCanonicalUom(String canonicalUom)
    • input

      public UnitsOfMeasureItemV1 input(String input)
    • getInput

      public String getInput()
      The unit of measure string that was input
      Returns:
      input
    • setInput

      public void setInput(String input)
    • 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