org.camunda.bpm.engine.rest.dto.history
Class HistoryCleanupConfigurationDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoryCleanupConfigurationDto
public class HistoryCleanupConfigurationDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
batchWindowStartTime
protected Date batchWindowStartTime
batchWindowEndTime
protected Date batchWindowEndTime
HistoryCleanupConfigurationDto
public HistoryCleanupConfigurationDto()
getBatchWindowStartTime
public Date getBatchWindowStartTime()
setBatchWindowStartTime
public void setBatchWindowStartTime(Date batchWindowStartTime)
getBatchWindowEndTime
public Date getBatchWindowEndTime()
setBatchWindowEndTime
public void setBatchWindowEndTime(Date batchWindowEndTime)
Copyright © 2017 camunda services GmbH. All rights reserved.