Package io.camunda.client.protocol.rest
Class MessageCorrelationResult
java.lang.Object
io.camunda.client.protocol.rest.MessageCorrelationResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class MessageCorrelationResult
extends Object
The message key of the correlated message, as well as the first process instance key it correlated with.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe key of the correlated message.The key of the first process instance the message correlated withThe tenant ID of the correlated messageinthashCode()messageKey(String messageKey) processInstanceKey(String processInstanceKey) voidsetMessageKey(String messageKey) voidsetProcessInstanceKey(String processInstanceKey) voidsetTenantId(String tenantId) toString()
-
Field Details
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_MESSAGE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
-
Constructor Details
-
MessageCorrelationResult
public MessageCorrelationResult()
-
-
Method Details
-
tenantId
-
getTenantId
The tenant ID of the correlated message- Returns:
- tenantId
-
setTenantId
-
messageKey
-
getMessageKey
The key of the correlated message.- Returns:
- messageKey
-
setMessageKey
-
processInstanceKey
-
getProcessInstanceKey
The key of the first process instance the message correlated with- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
equals
-
hashCode
public int hashCode() -
toString
-