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 Details

  • Constructor Details

    • HistoryCleanupConfigurationDto

      public HistoryCleanupConfigurationDto()
  • Method Details

    • batchWindowStartTime

      public HistoryCleanupConfigurationDto batchWindowStartTime(OffsetDateTime batchWindowStartTime)
    • getBatchWindowStartTime

      @Nullable public OffsetDateTime 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

      public void setBatchWindowStartTime(OffsetDateTime batchWindowStartTime)
    • batchWindowEndTime

      public HistoryCleanupConfigurationDto batchWindowEndTime(OffsetDateTime batchWindowEndTime)
    • getBatchWindowEndTime

      @Nullable public OffsetDateTime 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

      public void setBatchWindowEndTime(OffsetDateTime batchWindowEndTime)
    • enabled

      public HistoryCleanupConfigurationDto enabled(Boolean enabled)
    • getEnabled

      @Nullable public Boolean 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

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getEnabled_JsonNullable()
    • setEnabled_JsonNullable

      public void setEnabled_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> enabled)
    • setEnabled

      public void setEnabled(Boolean enabled)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string