Interface CleanableHistoricBatchReportResult

All Known Implementing Classes:
CleanableHistoricBatchesReportResultEntity

public interface CleanableHistoricBatchReportResult
This interface defines the result of Cleanable historic batch report.
  • Method Details

    • getBatchType

      String getBatchType()
      Returns the batch type.
    • getHistoryTimeToLive

      Integer getHistoryTimeToLive()
      Returns the history time to live for the selected batch type.
    • getFinishedBatchesCount

      long getFinishedBatchesCount()
      Returns the amount of finished historic batches.
    • getCleanableBatchesCount

      long getCleanableBatchesCount()
      Returns the amount of cleanable historic batches.