Class JobErrorRequest
java.lang.Object
io.camunda.zeebe.client.protocol.rest.JobErrorRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T11:57:41.291335755Z[GMT]",
comments="Generator version: 7.8.0")
public class JobErrorRequest
extends Object
JobErrorRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
errorMessage
(String errorMessage) The error code that will be matched with an error catch event.An error message that provides additional context.JSON object that will instantiate the variables at the local scope of the error catch event that catches the thrown error.int
hashCode()
putVariablesItem
(String key, Object variablesItem) void
setErrorCode
(String errorCode) void
setErrorMessage
(String errorMessage) void
setVariables
(Map<String, Object> variables) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ERROR_CODE
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
-
Constructor Details
-
JobErrorRequest
public JobErrorRequest()
-
-
Method Details
-
errorCode
-
getErrorCode
The error code that will be matched with an error catch event.- Returns:
- errorCode
-
setErrorCode
-
errorMessage
-
getErrorMessage
An error message that provides additional context.- Returns:
- errorMessage
-
setErrorMessage
-
variables
-
putVariablesItem
-
getVariables
JSON object that will instantiate the variables at the local scope of the error catch event that catches the thrown error.- Returns:
- variables
-
setVariables
-
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
-