Package io.camunda.client.protocol.rest
Class JobChangeset
java.lang.Object
io.camunda.client.protocol.rest.JobChangeset
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class JobChangeset
extends Object
JSON object with changed job attribute values. The job cannot be completed or failed with this endpoint, use the complete job or fail job endpoints instead.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe new priority for the job.The new number of retries for the job.The new timeout for the job in milliseconds.inthashCode()voidsetPriority(Integer priority) voidsetRetries(Integer retries) voidsetTimeout(Long timeout) toString()
-
Field Details
-
JSON_PROPERTY_RETRIES
- See Also:
-
JSON_PROPERTY_TIMEOUT
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
-
Constructor Details
-
JobChangeset
public JobChangeset()
-
-
Method Details
-
retries
-
getRetries
The new number of retries for the job.- Returns:
- retries
-
setRetries
-
timeout
-
getTimeout
The new timeout for the job in milliseconds.- Returns:
- timeout
-
setTimeout
-
priority
-
getPriority
The new priority for the job. Higher values indicate higher priority.- Returns:
- priority
-
setPriority
-
equals
-
hashCode
public int hashCode() -
toString
-