Package com.seeq.model
Class SupportedUnitsOutputV1
java.lang.Object
com.seeq.model.SupportedUnitsOutputV1
SupportedUnitsOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
A plain language status message with information about any issues that may have been encountered during an operation.getUnits()
A hashmap of unit categories to unitsint
hashCode()
putUnitsItem
(String key, List<String> unitsItem) void
setStatusMessage
(String statusMessage) void
statusMessage
(String statusMessage) toString()
-
Constructor Details
-
SupportedUnitsOutputV1
public SupportedUnitsOutputV1()
-
-
Method Details
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation. Null if the status message has not been set.- Returns:
- statusMessage
-
setStatusMessage
-
units
-
putUnitsItem
-
getUnits
A hashmap of unit categories to units- Returns:
- units
-
setUnits
-
equals
-
hashCode
public int hashCode() -
toString
-