Class HistoryCleanupConfigurationDto
java.lang.Object
org.camunda.community.rest.client.dto.HistoryCleanupConfigurationDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class HistoryCleanupConfigurationDto
extends Object
HistoryCleanupConfigurationDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchWindowEndTime(OffsetDateTime batchWindowEndTime) batchWindowStartTime(OffsetDateTime batchWindowStartTime) booleanEnd time of the current or next batch window.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>Start time of the current or next batch window.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>Indicates whether the engine node participates in history cleanup or not.org.openapitools.jackson.nullable.JsonNullable<Boolean>inthashCode()voidsetBatchWindowEndTime(OffsetDateTime batchWindowEndTime) voidsetBatchWindowEndTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> batchWindowEndTime) voidsetBatchWindowStartTime(OffsetDateTime batchWindowStartTime) voidsetBatchWindowStartTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> batchWindowStartTime) voidsetEnabled(Boolean enabled) voidsetEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> enabled) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_BATCH_WINDOW_START_TIME
- See Also:
-
JSON_PROPERTY_BATCH_WINDOW_END_TIME
- See Also:
-
JSON_PROPERTY_ENABLED
- See Also:
-
-
Constructor Details
-
HistoryCleanupConfigurationDto
public HistoryCleanupConfigurationDto()
-
-
Method Details
-
batchWindowStartTime
-
getBatchWindowStartTime
Start time of the current or next batch window. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`.- Returns:
- batchWindowStartTime
-
getBatchWindowStartTime_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getBatchWindowStartTime_JsonNullable() -
setBatchWindowStartTime_JsonNullable
public void setBatchWindowStartTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> batchWindowStartTime) -
setBatchWindowStartTime
-
batchWindowEndTime
-
getBatchWindowEndTime
End time of the current or next batch window. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`.- Returns:
- batchWindowEndTime
-
getBatchWindowEndTime_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getBatchWindowEndTime_JsonNullable() -
setBatchWindowEndTime_JsonNullable
public void setBatchWindowEndTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> batchWindowEndTime) -
setBatchWindowEndTime
-
enabled
-
getEnabled
Indicates whether the engine node participates in history cleanup or not. The default is `true`. Participation can be disabled via [Process Engine Configuration](https://docs.camunda.org/manual/7.21/reference/deployment-descriptors/tags/process-engine/#history-cleanup-enabled). For more details, see [Cleanup Execution Participation per Node](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#cleanup-execution-participation-per-node).- Returns:
- enabled
-
getEnabled_JsonNullable
-
setEnabled_JsonNullable
public void setEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> enabled) -
setEnabled
-
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
-