Package overit.geocall.base.rs2.messages
Class ClusterMarks
java.lang.Object
overit.geocall.base.rs2.messages.ClusterMarks
This class is used to store public information about cluster.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the timestamp of the last maintenance notification's state change.voidsetLastModifiedMaintenanceNotification(Long lastModifiedNotification) Sets the timestamp of the last maintenance notification's state change.
-
Constructor Details
-
ClusterMarks
-
-
Method Details
-
getLastModifiedMaintenanceNotification
Gets the timestamp of the last maintenance notification's state change.- Returns:
- The timestamp of the last maintenance notification's state change.
-
setLastModifiedMaintenanceNotification
Sets the timestamp of the last maintenance notification's state change.- Parameters:
lastModifiedNotification- The timestamp of the last maintenance notification's state change.
-