Class ClusterMarks

java.lang.Object
overit.geocall.base.rs2.messages.ClusterMarks

public class ClusterMarks extends Object
This class is used to store public information about cluster.
  • Constructor Details

    • ClusterMarks

      public ClusterMarks(Long lastModifiedNotification)
  • Method Details

    • getLastModifiedMaintenanceNotification

      public Long getLastModifiedMaintenanceNotification()
      Gets the timestamp of the last maintenance notification's state change.
      Returns:
      The timestamp of the last maintenance notification's state change.
    • setLastModifiedMaintenanceNotification

      public void setLastModifiedMaintenanceNotification(Long lastModifiedNotification)
      Sets the timestamp of the last maintenance notification's state change.
      Parameters:
      lastModifiedNotification - The timestamp of the last maintenance notification's state change.