Interface IPointValueUpdates

All Known Implementing Classes:
PointValueUpdates, PointValueUpdatesDto

public interface IPointValueUpdates
Container for point value updates.
Author:
ActiveViam
  • Method Details Link icon

    • getAddedOrUpdatedPointValues Link icon

      List<IPointValue> getAddedOrUpdatedPointValues()
      Get the newly created point values.
      Returns:
      the new point values
    • getDeletedPointValues Link icon

      List<IPointValue> getDeletedPointValues()
      Get the deleted point values.
      Returns:
      the point values that have been deleted
    • getUpdatesTimestamp Link icon

      Long getUpdatesTimestamp()
      Get the timestamp of this PointValueUpdate.
      Returns:
      the timestamp of this PointValueUpdate