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