java.lang.Object
tr.com.havelsan.javarch.notification.polling.starter.configuration.properties.HvlNotificationPollingProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component @ConfigurationProperties(prefix="hvl.notification.polling") public class HvlNotificationPollingProperties extends Object implements org.springframework.beans.factory.InitializingBean
Properties of Notification Polling.
  • Constructor Details

    • HvlNotificationPollingProperties

      public HvlNotificationPollingProperties()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • isBulkRemoveEnabled

      public boolean isBulkRemoveEnabled()
      Is bulk remove enabled boolean.
      Returns:
      the boolean
    • setBulkRemoveEnabled

      public void setBulkRemoveEnabled(boolean bulkRemoveEnabled)
      Sets bulk remove enabled.
      Parameters:
      bulkRemoveEnabled - the bulk remove enabled
    • getNotificationExpireDate

      public int getNotificationExpireDate()
      Gets notification expire date.
      Returns:
      the notification expire date
    • setNotificationExpireDate

      public void setNotificationExpireDate(int notificationExpireDate)
      Sets notification expire date.
      Parameters:
      notificationExpireDate - the notification expire date
    • getBulkRemoveJobCronExpression

      public String getBulkRemoveJobCronExpression()
      Gets bulk remove job cron expression.
      Returns:
      the bulk remove job cron expression
    • setBulkRemoveJobCronExpression

      public void setBulkRemoveJobCronExpression(String bulkRemoveJobCronExpression)
      Sets bulk remove job cron expression.
      Parameters:
      bulkRemoveJobCronExpression - the bulk remove job cron expression
    • getBulkRemoveJobDescription

      public String getBulkRemoveJobDescription()
      Gets bulk remove job description.
      Returns:
      the bulk remove job description
    • setBulkRemoveJobDescription

      public void setBulkRemoveJobDescription(String bulkRemoveJobDescription)
      Sets bulk remove job description.
      Parameters:
      bulkRemoveJobDescription - the bulk remove job description
    • getBulkRemoveJobDetailDescription

      public String getBulkRemoveJobDetailDescription()
      Gets bulk remove job detail description.
      Returns:
      the bulk remove job detail description
    • setBulkRemoveJobDetailDescription

      public void setBulkRemoveJobDetailDescription(String bulkRemoveJobDetailDescription)
      Sets bulk remove job detail description.
      Parameters:
      bulkRemoveJobDetailDescription - the bulk remove job detail description