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.String
batchType
protected long
cleanableBatchesCount
protected long
finishedBatchesCount
protected java.lang.Integer
historyTimeToLive
-
Constructor Summary
Constructors Constructor Description CleanableHistoricBatchesReportResultEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBatchType()
Returns the batch type.long
getCleanableBatchesCount()
Returns the amount of cleanable historic batches.long
getFinishedBatchesCount()
Returns the amount of finished historic batches.java.lang.Integer
getHistoryTimeToLive()
Returns the history time to live for the selected batch type.void
setBatchType(java.lang.String batchType)
void
setCleanableBatchesCount(long cleanableBatchCount)
void
setFinishedBatchesCount(long finishedBatchCount)
void
setHistoryTimeToLive(java.lang.Integer historyTimeToLive)
java.lang.String
toString()
-
-
-
Method Detail
-
getBatchType
public java.lang.String getBatchType()
Description copied from interface:CleanableHistoricBatchReportResult
Returns the batch type.- Specified by:
getBatchType
in interfaceCleanableHistoricBatchReportResult
-
setBatchType
public void setBatchType(java.lang.String batchType)
-
getHistoryTimeToLive
public java.lang.Integer getHistoryTimeToLive()
Description copied from interface:CleanableHistoricBatchReportResult
Returns the history time to live for the selected batch type.- Specified by:
getHistoryTimeToLive
in interfaceCleanableHistoricBatchReportResult
-
setHistoryTimeToLive
public void setHistoryTimeToLive(java.lang.Integer historyTimeToLive)
-
getFinishedBatchesCount
public long getFinishedBatchesCount()
Description copied from interface:CleanableHistoricBatchReportResult
Returns the amount of finished historic batches.- Specified by:
getFinishedBatchesCount
in interfaceCleanableHistoricBatchReportResult
-
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 interfaceCleanableHistoricBatchReportResult
-
setCleanableBatchesCount
public void setCleanableBatchesCount(long cleanableBatchCount)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-