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 Details

  • Constructor Details

    • CleanableHistoricBatchReportResultDto

      public CleanableHistoricBatchReportResultDto()
  • Method Details

    • batchType

      public CleanableHistoricBatchReportResultDto batchType(String batchType)
    • getBatchType

      @Nullable public String getBatchType()
      The type of the batch operation.
      Returns:
      batchType
    • getBatchType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getBatchType_JsonNullable()
    • setBatchType_JsonNullable

      public void setBatchType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> batchType)
    • setBatchType

      public void setBatchType(String batchType)
    • historyTimeToLive

      public CleanableHistoricBatchReportResultDto historyTimeToLive(Integer historyTimeToLive)
    • getHistoryTimeToLive

      @Nullable public Integer getHistoryTimeToLive()
      The history time to live of the batch operation.
      Returns:
      historyTimeToLive
    • getHistoryTimeToLive_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getHistoryTimeToLive_JsonNullable()
    • setHistoryTimeToLive_JsonNullable

      public void setHistoryTimeToLive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> historyTimeToLive)
    • setHistoryTimeToLive

      public void setHistoryTimeToLive(Integer historyTimeToLive)
    • finishedBatchesCount

      public CleanableHistoricBatchReportResultDto finishedBatchesCount(Long finishedBatchesCount)
    • getFinishedBatchesCount

      @Nullable public Long getFinishedBatchesCount()
      The count of the finished batch operations.
      Returns:
      finishedBatchesCount
    • getFinishedBatchesCount_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getFinishedBatchesCount_JsonNullable()
    • setFinishedBatchesCount_JsonNullable

      public void setFinishedBatchesCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> finishedBatchesCount)
    • setFinishedBatchesCount

      public void setFinishedBatchesCount(Long finishedBatchesCount)
    • cleanableBatchesCount

      public CleanableHistoricBatchReportResultDto cleanableBatchesCount(Long cleanableBatchesCount)
    • getCleanableBatchesCount

      @Nullable public Long getCleanableBatchesCount()
      The count of the cleanable historic batch operations, referring to history time to live.
      Returns:
      cleanableBatchesCount
    • getCleanableBatchesCount_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getCleanableBatchesCount_JsonNullable()
    • setCleanableBatchesCount_JsonNullable

      public void setCleanableBatchesCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> cleanableBatchesCount)
    • setCleanableBatchesCount

      public void setCleanableBatchesCount(Long cleanableBatchesCount)
    • 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