Package io.camunda.client.protocol.rest
Class JobResult
java.lang.Object
io.camunda.client.protocol.rest.JobResult
- Direct Known Subclasses:
JobResultAdHocSubProcess,JobResultUserTask
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class JobResult
extends Object
The result of the completed job as determined by the worker.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumUsed to distinguish between different types of job results. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()Used to distinguish between different types of job results.inthashCode()voidsetType(JobResult.TypeEnum type) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.type(JobResult.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
type
-
-
Constructor Details
-
JobResult
public JobResult()
-
-
Method Details
-
type
-
getType
Used to distinguish between different types of job results.- Returns:
- type
-
setType
-
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
-