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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe number of retries to set for the resource.org.openapitools.jackson.nullable.JsonNullable<Integer>inthashCode()voidsetRetries(Integer retries) voidsetRetries_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> retries) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RETRIES
- See Also:
-
-
Constructor Details
-
RetriesDto
public RetriesDto()
-
-
Method Details
-
retries
-
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
-
setRetries_JsonNullable
public void setRetries_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> retries) -
setRetries
-
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
-