Package org.openapitools.client.model
Class CleanableHistoricBatchReportResultDto
- java.lang.Object
-
- org.openapitools.client.model.CleanableHistoricBatchReportResultDto
-
public class CleanableHistoricBatchReportResultDto extends Object
CleanableHistoricBatchReportResultDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_BATCH_TYPEstatic StringSERIALIZED_NAME_CLEANABLE_BATCHES_COUNTstatic StringSERIALIZED_NAME_FINISHED_BATCHES_COUNTstatic StringSERIALIZED_NAME_HISTORY_TIME_TO_LIVE
-
Constructor Summary
Constructors Constructor Description CleanableHistoricBatchReportResultDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CleanableHistoricBatchReportResultDtobatchType(String batchType)CleanableHistoricBatchReportResultDtocleanableBatchesCount(Long cleanableBatchesCount)booleanequals(Object o)CleanableHistoricBatchReportResultDtofinishedBatchesCount(Long finishedBatchesCount)StringgetBatchType()The type of the batch operation.LonggetCleanableBatchesCount()The count of the cleanable historic batch operations, referring to history time to live.LonggetFinishedBatchesCount()The count of the finished batch operations.IntegergetHistoryTimeToLive()The history time to live of the batch operation.inthashCode()CleanableHistoricBatchReportResultDtohistoryTimeToLive(Integer historyTimeToLive)voidsetBatchType(String batchType)voidsetCleanableBatchesCount(Long cleanableBatchesCount)voidsetFinishedBatchesCount(Long finishedBatchesCount)voidsetHistoryTimeToLive(Integer historyTimeToLive)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_BATCH_TYPE
public static final String SERIALIZED_NAME_BATCH_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HISTORY_TIME_TO_LIVE
public static final String SERIALIZED_NAME_HISTORY_TIME_TO_LIVE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FINISHED_BATCHES_COUNT
public static final String SERIALIZED_NAME_FINISHED_BATCHES_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CLEANABLE_BATCHES_COUNT
public static final String SERIALIZED_NAME_CLEANABLE_BATCHES_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
batchType
public CleanableHistoricBatchReportResultDto batchType(String batchType)
-
getBatchType
public String getBatchType()
The type of the batch operation.- Returns:
- batchType
-
setBatchType
public void setBatchType(String batchType)
-
historyTimeToLive
public CleanableHistoricBatchReportResultDto historyTimeToLive(Integer historyTimeToLive)
-
getHistoryTimeToLive
public Integer getHistoryTimeToLive()
The history time to live of the batch operation.- Returns:
- historyTimeToLive
-
setHistoryTimeToLive
public void setHistoryTimeToLive(Integer historyTimeToLive)
-
finishedBatchesCount
public CleanableHistoricBatchReportResultDto finishedBatchesCount(Long finishedBatchesCount)
-
getFinishedBatchesCount
public Long getFinishedBatchesCount()
The count of the finished batch operations.- Returns:
- finishedBatchesCount
-
setFinishedBatchesCount
public void setFinishedBatchesCount(Long finishedBatchesCount)
-
cleanableBatchesCount
public CleanableHistoricBatchReportResultDto cleanableBatchesCount(Long cleanableBatchesCount)
-
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)
-
-