org.camunda.bpm.engine.impl.persistence.entity
Class CleanableHistoricBatchesReportResultEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
- All Implemented Interfaces:
- CleanableHistoricBatchReportResult
public class CleanableHistoricBatchesReportResultEntity
- extends Object
- implements CleanableHistoricBatchReportResult
batchType
protected String batchType
historyTimeToLive
protected Integer historyTimeToLive
finishedBatchesCount
protected long finishedBatchesCount
cleanableBatchesCount
protected long cleanableBatchesCount
CleanableHistoricBatchesReportResultEntity
public CleanableHistoricBatchesReportResultEntity()
getBatchType
public String getBatchType()
- Description copied from interface:
CleanableHistoricBatchReportResult
- Returns the batch type.
- Specified by:
getBatchType in interface CleanableHistoricBatchReportResult
setBatchType
public void setBatchType(String batchType)
getHistoryTimeToLive
public Integer getHistoryTimeToLive()
- Description copied from interface:
CleanableHistoricBatchReportResult
- Returns the history time to live for the selected batch type.
- Specified by:
getHistoryTimeToLive in interface CleanableHistoricBatchReportResult
setHistoryTimeToLive
public void setHistoryTimeToLive(Integer historyTimeToLive)
getFinishedBatchesCount
public long getFinishedBatchesCount()
- Description copied from interface:
CleanableHistoricBatchReportResult
- Returns the amount of finished historic batches.
- Specified by:
getFinishedBatchesCount in interface CleanableHistoricBatchReportResult
setFinishedBatchesCount
public void setFinishedBatchesCount(long finishedBatchCount)
getCleanableBatchesCount
public long getCleanableBatchesCount()
- Description copied from interface:
CleanableHistoricBatchReportResult
- Returns the amount of cleanable historic batches.
- Specified by:
getCleanableBatchesCount in interface CleanableHistoricBatchReportResult
setCleanableBatchesCount
public void setCleanableBatchesCount(long cleanableBatchCount)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2017 camunda services GmbH. All rights reserved.