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 Details

    • MessageCorrelationResponse

      public MessageCorrelationResponse()
  • Method Details

    • messageKey

      public MessageCorrelationResponse messageKey(Long messageKey)
    • getMessageKey

      public Long getMessageKey()
      The key of the correlated message
      Returns:
      messageKey
    • setMessageKey

      public void setMessageKey(Long messageKey)
    • tenantId

      public MessageCorrelationResponse tenantId(String tenantId)
    • getTenantId

      public String getTenantId()
      The tenant ID of the correlated message
      Returns:
      tenantId
    • setTenantId

      public void setTenantId(String tenantId)
    • processInstanceKey

      public MessageCorrelationResponse processInstanceKey(Long processInstanceKey)
    • getProcessInstanceKey

      public Long getProcessInstanceKey()
      The key of the first process instance the message correlated with
      Returns:
      processInstanceKey
    • setProcessInstanceKey

      public void setProcessInstanceKey(Long processInstanceKey)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object