Class TaskBpmnErrorDto
java.lang.Object
org.camunda.community.rest.client.dto.TaskBpmnErrorDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class TaskBpmnErrorDto
extends Object
TaskBpmnErrorDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorMessage(String errorMessage) An error code that indicates the predefined error.org.openapitools.jackson.nullable.JsonNullable<String>An error message that describes the error.org.openapitools.jackson.nullable.JsonNullable<String>A JSON object containing variable key-value pairs.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> inthashCode()putVariablesItem(String key, VariableValueDto variablesItem) voidsetErrorCode(String errorCode) voidsetErrorCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorCode) voidsetErrorMessage(String errorMessage) voidsetErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage) voidsetVariables(Map<String, VariableValueDto> variables) voidsetVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.variables(Map<String, VariableValueDto> variables)
-
Field Details
-
JSON_PROPERTY_ERROR_CODE
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
-
Constructor Details
-
TaskBpmnErrorDto
public TaskBpmnErrorDto()
-
-
Method Details
-
errorCode
-
getErrorCode
An error code that indicates the predefined error. It is used to identify the BPMN error handler.- Returns:
- errorCode
-
getErrorCode_JsonNullable
-
setErrorCode_JsonNullable
public void setErrorCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorCode) -
setErrorCode
-
errorMessage
-
getErrorMessage
An error message that describes the error.- Returns:
- errorMessage
-
getErrorMessage_JsonNullable
-
setErrorMessage_JsonNullable
public void setErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage) -
setErrorMessage
-
variables
-
putVariablesItem
-
getVariables
A JSON object containing variable key-value pairs.- Returns:
- variables
-
getVariables_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> getVariables_JsonNullable() -
setVariables_JsonNullable
public void setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> 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
-