Package com.seeq.model
Class PropertyOutputV1
java.lang.Object
com.seeq.model.PropertyOutputV1
The list of the item's properties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getHref()
The href that can be used to interact with the propertygetName()
The name of this propertyA plain language status message with information about any issues that may have been encountered during an operationThe unit of measure for this property's valuegetValue()
The value of this propertyint
hashCode()
void
void
void
setStatusMessage
(String statusMessage) void
setUnitOfMeasure
(String unitOfMeasure) void
statusMessage
(String statusMessage) toString()
unitOfMeasure
(String unitOfMeasure)
-
Constructor Details
-
PropertyOutputV1
public PropertyOutputV1()
-
-
Method Details
-
href
-
getHref
The href that can be used to interact with the property- Returns:
- href
-
setHref
-
name
-
getName
The name of this property- Returns:
- name
-
setName
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
unitOfMeasure
-
getUnitOfMeasure
The unit of measure for this property's value- Returns:
- unitOfMeasure
-
setUnitOfMeasure
-
value
-
getValue
The value of this property- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-