Class CleanableHistoricBatchReportResultDto


  • public class CleanableHistoricBatchReportResultDto
    extends Object
    CleanableHistoricBatchReportResultDto
    • Constructor Detail

      • CleanableHistoricBatchReportResultDto

        public CleanableHistoricBatchReportResultDto()
    • Method Detail

      • getBatchType

        public String getBatchType()
        The type of the batch operation.
        Returns:
        batchType
      • setBatchType

        public void setBatchType​(String batchType)
      • getHistoryTimeToLive

        public Integer getHistoryTimeToLive()
        The history time to live of the batch operation.
        Returns:
        historyTimeToLive
      • setHistoryTimeToLive

        public void setHistoryTimeToLive​(Integer historyTimeToLive)
      • getFinishedBatchesCount

        public Long getFinishedBatchesCount()
        The count of the finished batch operations.
        Returns:
        finishedBatchesCount
      • setFinishedBatchesCount

        public void setFinishedBatchesCount​(Long finishedBatchesCount)
      • getCleanableBatchesCount

        public Long getCleanableBatchesCount()
        The count of the cleanable historic batch operations, referring to history time to live.
        Returns:
        cleanableBatchesCount
      • setCleanableBatchesCount

        public void setCleanableBatchesCount​(Long cleanableBatchesCount)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object