Class HistoryCleanupConfigurationDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.history.HistoryCleanupConfigurationDto
-
public class HistoryCleanupConfigurationDto extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Date
batchWindowEndTime
protected java.util.Date
batchWindowStartTime
protected boolean
enabled
-
Constructor Summary
Constructors Constructor Description HistoryCleanupConfigurationDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getBatchWindowEndTime()
java.util.Date
getBatchWindowStartTime()
boolean
isEnabled()
void
setBatchWindowEndTime(java.util.Date batchWindowEndTime)
void
setBatchWindowStartTime(java.util.Date batchWindowStartTime)
void
setEnabled(boolean enabled)
-
-
-
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)
-
-