public class CleanableHistoricBatchesReportResultEntity extends Object implements CleanableHistoricBatchReportResult
| Modifier and Type | Field and Description |
|---|---|
protected String |
batchType |
protected long |
cleanableBatchesCount |
protected long |
finishedBatchesCount |
protected Integer |
historyTimeToLive |
| Constructor and Description |
|---|
CleanableHistoricBatchesReportResultEntity() |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected String batchType
protected Integer historyTimeToLive
protected long finishedBatchesCount
protected long cleanableBatchesCount
public CleanableHistoricBatchesReportResultEntity()
public String getBatchType()
CleanableHistoricBatchReportResultgetBatchType in interface CleanableHistoricBatchReportResultpublic void setBatchType(String batchType)
public Integer getHistoryTimeToLive()
CleanableHistoricBatchReportResultgetHistoryTimeToLive in interface CleanableHistoricBatchReportResultpublic void setHistoryTimeToLive(Integer historyTimeToLive)
public long getFinishedBatchesCount()
CleanableHistoricBatchReportResultgetFinishedBatchesCount in interface CleanableHistoricBatchReportResultpublic void setFinishedBatchesCount(long finishedBatchCount)
public long getCleanableBatchesCount()
CleanableHistoricBatchReportResultgetCleanableBatchesCount in interface CleanableHistoricBatchReportResultpublic void setCleanableBatchesCount(long cleanableBatchCount)
Copyright © 2021. All rights reserved.