Package io.camunda.client.protocol.rest
Class MessageCorrelationResult
java.lang.Object
io.camunda.client.protocol.rest.MessageCorrelationResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.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 messageThe 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()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
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
-
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
-