Class CleanableHistoricBatchesReportResultEntity
- java.lang.Object
-
- org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
-
- All Implemented Interfaces:
CleanableHistoricBatchReportResult
public class CleanableHistoricBatchesReportResultEntity extends Object implements CleanableHistoricBatchReportResult
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbatchTypeprotected longcleanableBatchesCountprotected longfinishedBatchesCountprotected IntegerhistoryTimeToLive
-
Constructor Summary
Constructors Constructor Description CleanableHistoricBatchesReportResultEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBatchType()Returns the batch type.longgetCleanableBatchesCount()Returns the amount of cleanable historic batches.longgetFinishedBatchesCount()Returns the amount of finished historic batches.IntegergetHistoryTimeToLive()Returns the history time to live for the selected batch type.voidsetBatchType(String batchType)voidsetCleanableBatchesCount(long cleanableBatchCount)voidsetFinishedBatchesCount(long finishedBatchCount)voidsetHistoryTimeToLive(Integer historyTimeToLive)StringtoString()
-
-
-
Method Detail
-
getBatchType
public String getBatchType()
Description copied from interface:CleanableHistoricBatchReportResultReturns the batch type.- Specified by:
getBatchTypein interfaceCleanableHistoricBatchReportResult
-
setBatchType
public void setBatchType(String batchType)
-
getHistoryTimeToLive
public Integer getHistoryTimeToLive()
Description copied from interface:CleanableHistoricBatchReportResultReturns the history time to live for the selected batch type.- Specified by:
getHistoryTimeToLivein interfaceCleanableHistoricBatchReportResult
-
setHistoryTimeToLive
public void setHistoryTimeToLive(Integer historyTimeToLive)
-
getFinishedBatchesCount
public long getFinishedBatchesCount()
Description copied from interface:CleanableHistoricBatchReportResultReturns the amount of finished historic batches.- Specified by:
getFinishedBatchesCountin interfaceCleanableHistoricBatchReportResult
-
setFinishedBatchesCount
public void setFinishedBatchesCount(long finishedBatchCount)
-
getCleanableBatchesCount
public long getCleanableBatchesCount()
Description copied from interface:CleanableHistoricBatchReportResultReturns the amount of cleanable historic batches.- Specified by:
getCleanableBatchesCountin interfaceCleanableHistoricBatchReportResult
-
setCleanableBatchesCount
public void setCleanableBatchesCount(long cleanableBatchCount)
-
-