Class CleanableHistoricBatchReportResultDto
java.lang.Object
org.camunda.community.rest.client.dto.CleanableHistoricBatchReportResultDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class CleanableHistoricBatchReportResultDto
extends Object
CleanableHistoricBatchReportResultDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncleanableBatchesCount(Long cleanableBatchesCount) booleanfinishedBatchesCount(Long finishedBatchesCount) The type of the batch operation.org.openapitools.jackson.nullable.JsonNullable<String>The count of the cleanable historic batch operations, referring to history time to live.org.openapitools.jackson.nullable.JsonNullable<Long>The count of the finished batch operations.org.openapitools.jackson.nullable.JsonNullable<Long>The history time to live of the batch operation.org.openapitools.jackson.nullable.JsonNullable<Integer>inthashCode()historyTimeToLive(Integer historyTimeToLive) voidsetBatchType(String batchType) voidsetBatchType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> batchType) voidsetCleanableBatchesCount(Long cleanableBatchesCount) voidsetCleanableBatchesCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> cleanableBatchesCount) voidsetFinishedBatchesCount(Long finishedBatchesCount) voidsetFinishedBatchesCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> finishedBatchesCount) voidsetHistoryTimeToLive(Integer historyTimeToLive) voidsetHistoryTimeToLive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> historyTimeToLive) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_BATCH_TYPE
- See Also:
-
JSON_PROPERTY_HISTORY_TIME_TO_LIVE
- See Also:
-
JSON_PROPERTY_FINISHED_BATCHES_COUNT
- See Also:
-
JSON_PROPERTY_CLEANABLE_BATCHES_COUNT
- See Also:
-
-
Constructor Details
-
CleanableHistoricBatchReportResultDto
public CleanableHistoricBatchReportResultDto()
-
-
Method Details
-
batchType
-
getBatchType
The type of the batch operation.- Returns:
- batchType
-
getBatchType_JsonNullable
-
setBatchType_JsonNullable
public void setBatchType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> batchType) -
setBatchType
-
historyTimeToLive
-
getHistoryTimeToLive
The history time to live of the batch operation.- Returns:
- historyTimeToLive
-
getHistoryTimeToLive_JsonNullable
-
setHistoryTimeToLive_JsonNullable
public void setHistoryTimeToLive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> historyTimeToLive) -
setHistoryTimeToLive
-
finishedBatchesCount
-
getFinishedBatchesCount
The count of the finished batch operations.- Returns:
- finishedBatchesCount
-
getFinishedBatchesCount_JsonNullable
-
setFinishedBatchesCount_JsonNullable
public void setFinishedBatchesCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> finishedBatchesCount) -
setFinishedBatchesCount
-
cleanableBatchesCount
-
getCleanableBatchesCount
The count of the cleanable historic batch operations, referring to history time to live.- Returns:
- cleanableBatchesCount
-
getCleanableBatchesCount_JsonNullable
-
setCleanableBatchesCount_JsonNullable
public void setCleanableBatchesCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> cleanableBatchesCount) -
setCleanableBatchesCount
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-