Class MessageCorrelationResponse
java.lang.Object
io.camunda.zeebe.client.protocol.rest.MessageCorrelationResponse
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class MessageCorrelationResponse
extends Object
Deprecated.
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 TypeMethodDescriptionbooleanDeprecated.Deprecated.The key of the correlated messageDeprecated.The key of the first process instance the message correlated withDeprecated.The tenant ID of the correlated messageinthashCode()Deprecated.messageKey(Long messageKey) Deprecated.processInstanceKey(Long processInstanceKey) Deprecated.voidsetMessageKey(Long messageKey) Deprecated.voidsetProcessInstanceKey(Long processInstanceKey) Deprecated.voidsetTenantId(String tenantId) Deprecated.Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MESSAGE_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
-
Constructor Details
-
MessageCorrelationResponse
public MessageCorrelationResponse()Deprecated.
-
-
Method Details
-
messageKey
Deprecated. -
getMessageKey
Deprecated.The key of the correlated message- Returns:
- messageKey
-
setMessageKey
Deprecated. -
processInstanceKey
Deprecated. -
getProcessInstanceKey
Deprecated.The key of the first process instance the message correlated with- Returns:
- processInstanceKey
-
setProcessInstanceKey
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant ID of the correlated message- Returns:
- tenantId
-
setTenantId
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-