Class MessageCorrelationResponse
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.MessageCorrelationResponse
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class MessageCorrelationResponse
extends Object
The message key of the correlated message, as well as the first process instance key it correlated with.
-
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(Long messageKey) processInstanceKey(Long processInstanceKey) voidsetMessageKey(Long messageKey) voidsetProcessInstanceKey(Long processInstanceKey) voidsetTenantId(String tenantId) toString()
-
Constructor Details
-
MessageCorrelationResponse
public MessageCorrelationResponse()
-
-
Method Details
-
messageKey
-
getMessageKey
The key of the correlated message- Returns:
- messageKey
-
setMessageKey
-
tenantId
-
getTenantId
The tenant ID of the correlated message- Returns:
- tenantId
-
setTenantId
-
processInstanceKey
-
getProcessInstanceKey
The key of the first process instance the message correlated with- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
equals
-
hashCode
public int hashCode() -
toString
-