Class SetJobRetriesDto
java.lang.Object
org.camunda.community.rest.client.dto.SetJobRetriesDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class SetJobRetriesDto
extends Object
SetJobRetriesDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddJobIdsItem(String jobIdsItem) dueDate(OffsetDateTime dueDate) booleanThe due date to set for the job.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>A list of job ids to set retries for.Get jobQueryThe number of retries to set for the resource.org.openapitools.jackson.nullable.JsonNullable<Integer>inthashCode()jobQuery(JobQueryDto jobQuery) voidsetDueDate(OffsetDateTime dueDate) voidsetDueDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> dueDate) voidvoidsetJobIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> jobIds) voidsetJobQuery(JobQueryDto jobQuery) 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_DUE_DATE
- See Also:
-
JSON_PROPERTY_RETRIES
- See Also:
-
JSON_PROPERTY_JOB_IDS
- See Also:
-
JSON_PROPERTY_JOB_QUERY
- See Also:
-
-
Constructor Details
-
SetJobRetriesDto
public SetJobRetriesDto()
-
-
Method Details
-
dueDate
-
getDueDate
The due date to set for the job. A due date indicates when this job is ready for execution. Jobs with due dates in the past will be scheduled for execution.- Returns:
- dueDate
-
getDueDate_JsonNullable
-
setDueDate_JsonNullable
public void setDueDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> dueDate) -
setDueDate
-
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
-
jobIds
-
addJobIdsItem
-
getJobIds
A list of job ids to set retries for.- Returns:
- jobIds
-
getJobIds_JsonNullable
-
setJobIds_JsonNullable
-
setJobIds
-
jobQuery
-
getJobQuery
Get jobQuery- Returns:
- jobQuery
-
setJobQuery
-
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
-