org.camunda.bpm.engine.impl.persistence.entity
Class CleanableHistoricBatchesReportResultEntity

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
All Implemented Interfaces:
CleanableHistoricBatchReportResult

public class CleanableHistoricBatchesReportResultEntity
extends Object
implements CleanableHistoricBatchReportResult


Field Summary
protected  String batchType
           
protected  long cleanableBatchesCount
           
protected  long finishedBatchesCount
           
protected  Integer historyTimeToLive
           
 
Constructor Summary
CleanableHistoricBatchesReportResultEntity()
           
 
Method Summary
 String getBatchType()
          Returns the batch type.
 long getCleanableBatchesCount()
          Returns the amount of cleanable historic batches.
 long getFinishedBatchesCount()
          Returns the amount of finished historic batches.
 Integer getHistoryTimeToLive()
          Returns the history time to live for the selected batch type.
 void setBatchType(String batchType)
           
 void setCleanableBatchesCount(long cleanableBatchCount)
           
 void setFinishedBatchesCount(long finishedBatchCount)
           
 void setHistoryTimeToLive(Integer historyTimeToLive)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

batchType

protected String batchType

historyTimeToLive

protected Integer historyTimeToLive

finishedBatchesCount

protected long finishedBatchesCount

cleanableBatchesCount

protected long cleanableBatchesCount
Constructor Detail

CleanableHistoricBatchesReportResultEntity

public CleanableHistoricBatchesReportResultEntity()
Method Detail

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.