Class HistoryCleanupConfigurationDto


  • public class HistoryCleanupConfigurationDto
    extends java.lang.Object
    • Field Detail

      • batchWindowStartTime

        protected java.util.Date batchWindowStartTime
      • batchWindowEndTime

        protected java.util.Date batchWindowEndTime
      • enabled

        protected boolean enabled
    • Constructor Detail

      • HistoryCleanupConfigurationDto

        public HistoryCleanupConfigurationDto()
    • Method Detail

      • getBatchWindowStartTime

        public java.util.Date getBatchWindowStartTime()
      • setBatchWindowStartTime

        public void setBatchWindowStartTime​(java.util.Date batchWindowStartTime)
      • getBatchWindowEndTime

        public java.util.Date getBatchWindowEndTime()
      • setBatchWindowEndTime

        public void setBatchWindowEndTime​(java.util.Date batchWindowEndTime)
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)