Class MessageCorrelationResultWithVariableDto
java.lang.Object
org.camunda.community.rest.client.dto.MessageCorrelationResultWithVariableDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class MessageCorrelationResultWithVariableDto
extends Object
The `processInstance` property only has a value if the resultType is set to `ProcessDefinition`. The processInstance with the properties as described in the [get single instance](https://docs.camunda.org/manual/7.21/reference/rest/process-instance/get/) method. The `execution` property only has a value if the resultType is set to `Execution`. The execution with the properties as described in the [get single execution](https://docs.camunda.org/manual/7.21/reference/rest/execution/get/) method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates if the message was correlated to a message start event or an intermediate message catching event. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecution(ExecutionDto execution) Get executionGet processInstanceIndicates if the message was correlated to a message start event or an intermediate message catching event.org.openapitools.jackson.nullable.JsonNullable<MessageCorrelationResultWithVariableDto.ResultTypeEnum>This property is returned if the `variablesInResultEnabled` is set to `true`.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> inthashCode()processInstance(ProcessInstanceDto processInstance) putVariablesItem(String key, VariableValueDto variablesItem) voidsetExecution(ExecutionDto execution) voidsetProcessInstance(ProcessInstanceDto processInstance) voidvoidsetResultType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<MessageCorrelationResultWithVariableDto.ResultTypeEnum> resultType) 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_RESULT_TYPE
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE
- See Also:
-
JSON_PROPERTY_EXECUTION
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
-
Constructor Details
-
MessageCorrelationResultWithVariableDto
public MessageCorrelationResultWithVariableDto()
-
-
Method Details
-
resultType
public MessageCorrelationResultWithVariableDto resultType(MessageCorrelationResultWithVariableDto.ResultTypeEnum resultType) -
getResultType
Indicates if the message was correlated to a message start event or an intermediate message catching event. In the first case, the resultType is `ProcessDefinition` and otherwise `Execution`.- Returns:
- resultType
-
getResultType_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<MessageCorrelationResultWithVariableDto.ResultTypeEnum> getResultType_JsonNullable() -
setResultType_JsonNullable
public void setResultType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<MessageCorrelationResultWithVariableDto.ResultTypeEnum> resultType) -
setResultType
-
processInstance
-
getProcessInstance
Get processInstance- Returns:
- processInstance
-
setProcessInstance
-
execution
-
getExecution
Get execution- Returns:
- execution
-
setExecution
-
variables
-
putVariablesItem
public MessageCorrelationResultWithVariableDto putVariablesItem(String key, VariableValueDto variablesItem) -
getVariables
This property is returned if the `variablesInResultEnabled` is set to `true`. Contains a list of the process variables.- 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
-