Class MessageCorrelationResponse
java.lang.Object
io.camunda.zeebe.client.protocol.rest.MessageCorrelationResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-28T16:53:53.401346729Z[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.
-
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(Long messageKey) processInstanceKey(Long processInstanceKey) voidsetMessageKey(Long messageKey) voidsetProcessInstanceKey(Long 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_MESSAGE_KEY
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
-
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
-
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
-