Package org.openremote.model.datapoint
Class AssetPredictedDatapoint
java.lang.Object
org.openremote.model.datapoint.Datapoint
org.openremote.model.datapoint.AssetPredictedDatapoint
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.openremote.model.datapoint.Datapoint
assetId, attributeName, timestamp, value
-
Constructor Summary
ConstructorsConstructorDescriptionAssetPredictedDatapoint
(String assetId, String attributeName, Object value, long timestamp) AssetPredictedDatapoint
(AttributeEvent stateEvent) AssetPredictedDatapoint
(AttributeRef attributeRef, Object value, long timestamp) AssetPredictedDatapoint
(AttributeState attributeState, long timestamp) -
Method Summary
Methods inherited from class org.openremote.model.datapoint.Datapoint
equals, getAssetId, getAttributeName, getTimestamp, getValue, hashCode, setAssetId, setAttributeName, setTimestamp, setValue, toString
-
Field Details
-
TABLE_NAME
- See Also:
-
-
Constructor Details
-
AssetPredictedDatapoint
public AssetPredictedDatapoint() -
AssetPredictedDatapoint
-
AssetPredictedDatapoint
-
AssetPredictedDatapoint
-
AssetPredictedDatapoint
-