Class HistoryCleanupConfigurationDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoryCleanupConfigurationDto

public class HistoryCleanupConfigurationDto extends Object
  • Field Details

    • batchWindowStartTime

      protected Date batchWindowStartTime
    • batchWindowEndTime

      protected Date batchWindowEndTime
    • enabled

      protected boolean enabled
  • Constructor Details

    • HistoryCleanupConfigurationDto

      public HistoryCleanupConfigurationDto()
  • Method Details

    • getBatchWindowStartTime

      public Date getBatchWindowStartTime()
    • setBatchWindowStartTime

      public void setBatchWindowStartTime(Date batchWindowStartTime)
    • getBatchWindowEndTime

      public Date getBatchWindowEndTime()
    • setBatchWindowEndTime

      public void setBatchWindowEndTime(Date batchWindowEndTime)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)