Class CacheNotificationResponseHeader

java.lang.Object
org.apache.fineract.notification.cache.CacheNotificationResponseHeader

public class CacheNotificationResponseHeader extends Object
  • Constructor Details

    • CacheNotificationResponseHeader

      public CacheNotificationResponseHeader()
    • CacheNotificationResponseHeader

      public CacheNotificationResponseHeader(boolean hasNotifications, Long lastFetch)
  • Method Details

    • hasNotifications

      public boolean hasNotifications()
    • setHasNotifications

      public void setHasNotifications(boolean hasNotifications)
    • getLastFetch

      public Long getLastFetch()
    • setLastFetch

      public void setLastFetch(Long lastFetch)