Class PropertyOutputV1

java.lang.Object
com.seeq.model.PropertyOutputV1

public class PropertyOutputV1 extends Object
The list of the item's properties
  • Constructor Details

    • PropertyOutputV1

      public PropertyOutputV1()
  • Method Details

    • href

      public PropertyOutputV1 href(String href)
    • getHref

      public String getHref()
      The href that can be used to interact with the property
      Returns:
      href
    • setHref

      public void setHref(String href)
    • name

      public PropertyOutputV1 name(String name)
    • getName

      public String getName()
      The name of this property
      Returns:
      name
    • setName

      public void setName(String name)
    • statusMessage

      public PropertyOutputV1 statusMessage(String statusMessage)
    • getStatusMessage

      public String getStatusMessage()
      A plain language status message with information about any issues that may have been encountered during an operation
      Returns:
      statusMessage
    • setStatusMessage

      public void setStatusMessage(String statusMessage)
    • unitOfMeasure

      public PropertyOutputV1 unitOfMeasure(String unitOfMeasure)
    • getUnitOfMeasure

      public String getUnitOfMeasure()
      The unit of measure for this property's value
      Returns:
      unitOfMeasure
    • setUnitOfMeasure

      public void setUnitOfMeasure(String unitOfMeasure)
    • value

      public PropertyOutputV1 value(String value)
    • getValue

      public String getValue()
      The value of this property
      Returns:
      value
    • setValue

      public void setValue(String 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