Package com.qfs.repository
Interface IPointValueUpdates
- All Known Implementing Classes:
PointValueUpdates
,PointValueUpdatesDto
public interface IPointValueUpdates
Container for point value updates.
- Author:
- ActiveViam
-
Method Details
-
getAddedOrUpdatedPointValues
List<IPointValue> getAddedOrUpdatedPointValues()Get the newly created point values.- Returns:
- the new point values
-
getDeletedPointValues
List<IPointValue> getDeletedPointValues()Get the deleted point values.- Returns:
- the point values that have been deleted
-
getUpdatesTimestamp
Long getUpdatesTimestamp()Get the timestamp of this PointValueUpdate.- Returns:
- the timestamp of this PointValueUpdate
-