Package org.openremote.model.attribute
Class AttributeState
java.lang.Object
org.openremote.model.attribute.AttributeState
- All Implemented Interfaces:
Serializable
The desired or current or past state of an
AttributeRef
.
null
is a valid value
.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttributeState
(String assetId, String attributeName, Object value) AttributeState
(String assetId, Attribute<?> attribute) Sets thevalue
tonull
.AttributeState
(AttributeRef ref, Object value) -
Method Summary