public class HistoryCleanupConfigurationDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Date |
batchWindowEndTime |
protected Date |
batchWindowStartTime |
protected boolean |
enabled |
| Constructor and Description |
|---|
HistoryCleanupConfigurationDto() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBatchWindowEndTime() |
Date |
getBatchWindowStartTime() |
boolean |
isEnabled() |
void |
setBatchWindowEndTime(Date batchWindowEndTime) |
void |
setBatchWindowStartTime(Date batchWindowStartTime) |
void |
setEnabled(boolean enabled) |
protected Date batchWindowStartTime
protected Date batchWindowEndTime
protected boolean enabled
public Date getBatchWindowStartTime()
public void setBatchWindowStartTime(Date batchWindowStartTime)
public Date getBatchWindowEndTime()
public void setBatchWindowEndTime(Date batchWindowEndTime)
public boolean isEnabled()
public void setEnabled(boolean enabled)
Copyright © 2013–2021 camunda services GmbH. All rights reserved.