Class ProcessedValue
java.lang.Object
com.inductiveautomation.ignition.gateway.sqltags.history.query.processing.ProcessedValue
- All Implemented Interfaces:
QualifiedValue
,Serializable
Created by colby.clegg on 7/31/2015.
- See Also:
-
Field Summary
Fields inherited from interface com.inductiveautomation.ignition.common.model.values.QualifiedValue
BAD, CONFIG_ERROR, DISABLED, EXPRESSION_EVAL_ERROR, INITIAL_VALUE, NOT_CONNECTED, NOT_FOUND, REFERENCE_NOT_FOUND, STALE, TRANSFORM_ERROR, TYPE_CONVERSION, UNKNOWN, UNSUPPORTED
-
Constructor Summary
ConstructorsConstructorDescriptionProcessedValue
(Object value, QualityCode quality, long timestamp, boolean interpolated) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.common.model.values.QualifiedValue
derive, derive, derive
-
Constructor Details
-
ProcessedValue
public ProcessedValue() -
ProcessedValue
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceQualifiedValue
-
getQuality
- Specified by:
getQuality
in interfaceQualifiedValue
-
getTimestampMS
public long getTimestampMS() -
getTimestamp
- Specified by:
getTimestamp
in interfaceQualifiedValue
-
equals
- Specified by:
equals
in interfaceQualifiedValue
-
isInterpolated
public boolean isInterpolated() -
toString
-