Class RetriesDto

java.lang.Object
org.camunda.community.rest.client.dto.RetriesDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class RetriesDto extends Object
RetriesDto
  • Field Details

  • Constructor Details

    • RetriesDto

      public RetriesDto()
  • Method Details

    • retries

      public RetriesDto retries(Integer retries)
    • getRetries

      @Nullable public Integer getRetries()
      The number of retries to set for the resource. Must be >= 0. If this is 0, an incident is created and the task, or job, cannot be fetched, or acquired anymore unless the retries are increased again. Can not be null.
      Returns:
      retries
    • getRetries_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getRetries_JsonNullable()
    • setRetries_JsonNullable

      public void setRetries_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> retries)
    • setRetries

      public void setRetries(Integer retries)
    • 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