Package io.camunda.client.protocol.rest
Class CorrelatedMessageSubscriptionFilter
java.lang.Object
io.camunda.client.protocol.rest.CorrelatedMessageSubscriptionFilter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class CorrelatedMessageSubscriptionFilter
extends Object
Correlated message subscriptions search filter.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncorrelationKey(StringFilterProperty correlationKey) correlationTime(DateTimeFilterProperty correlationTime) elementId(StringFilterProperty elementId) elementInstanceKey(BasicStringFilterProperty elementInstanceKey) booleanThe correlation key of the message.The time when the message was correlated.The element ID that received the message.The element instance key that received the message.The message key.The name of the message.The partition ID that correlated the message.The process definition ID associated with this correlated message subscription.The process definition key associated with this correlated message subscription.The process instance key associated with this correlated message subscription.The subscription key that received the message.The tenant ID associated with this correlated message subscription.inthashCode()messageKey(BasicStringFilterProperty messageKey) messageName(StringFilterProperty messageName) partitionId(IntegerFilterProperty partitionId) processDefinitionId(StringFilterProperty processDefinitionId) processDefinitionKey(BasicStringFilterProperty processDefinitionKey) processInstanceKey(BasicStringFilterProperty processInstanceKey) voidsetCorrelationKey(StringFilterProperty correlationKey) voidsetCorrelationTime(DateTimeFilterProperty correlationTime) voidsetElementId(StringFilterProperty elementId) voidsetElementInstanceKey(BasicStringFilterProperty elementInstanceKey) voidsetMessageKey(BasicStringFilterProperty messageKey) voidsetMessageName(StringFilterProperty messageName) voidsetPartitionId(IntegerFilterProperty partitionId) voidsetProcessDefinitionId(StringFilterProperty processDefinitionId) voidsetProcessDefinitionKey(BasicStringFilterProperty processDefinitionKey) voidsetProcessInstanceKey(BasicStringFilterProperty processInstanceKey) voidsetSubscriptionKey(BasicStringFilterProperty subscriptionKey) voidsetTenantId(StringFilterProperty tenantId) subscriptionKey(BasicStringFilterProperty subscriptionKey) tenantId(StringFilterProperty tenantId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CORRELATION_KEY
- See Also:
-
JSON_PROPERTY_CORRELATION_TIME
- See Also:
-
JSON_PROPERTY_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_ELEMENT_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_MESSAGE_KEY
- See Also:
-
JSON_PROPERTY_MESSAGE_NAME
- See Also:
-
JSON_PROPERTY_PARTITION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_SUBSCRIPTION_KEY
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
CorrelatedMessageSubscriptionFilter
public CorrelatedMessageSubscriptionFilter()
-
-
Method Details
-
correlationKey
public CorrelatedMessageSubscriptionFilter correlationKey(@Nullable StringFilterProperty correlationKey) -
getCorrelationKey
The correlation key of the message.- Returns:
- correlationKey
-
setCorrelationKey
-
correlationTime
public CorrelatedMessageSubscriptionFilter correlationTime(@Nullable DateTimeFilterProperty correlationTime) -
getCorrelationTime
The time when the message was correlated.- Returns:
- correlationTime
-
setCorrelationTime
-
elementId
-
getElementId
The element ID that received the message.- Returns:
- elementId
-
setElementId
-
elementInstanceKey
public CorrelatedMessageSubscriptionFilter elementInstanceKey(@Nullable BasicStringFilterProperty elementInstanceKey) -
getElementInstanceKey
The element instance key that received the message.- Returns:
- elementInstanceKey
-
setElementInstanceKey
-
messageKey
public CorrelatedMessageSubscriptionFilter messageKey(@Nullable BasicStringFilterProperty messageKey) -
getMessageKey
The message key.- Returns:
- messageKey
-
setMessageKey
-
messageName
-
getMessageName
The name of the message.- Returns:
- messageName
-
setMessageName
-
partitionId
-
getPartitionId
The partition ID that correlated the message.- Returns:
- partitionId
-
setPartitionId
-
processDefinitionId
public CorrelatedMessageSubscriptionFilter processDefinitionId(@Nullable StringFilterProperty processDefinitionId) -
getProcessDefinitionId
The process definition ID associated with this correlated message subscription.- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
processDefinitionKey
public CorrelatedMessageSubscriptionFilter processDefinitionKey(@Nullable BasicStringFilterProperty processDefinitionKey) -
getProcessDefinitionKey
The process definition key associated with this correlated message subscription.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
processInstanceKey
public CorrelatedMessageSubscriptionFilter processInstanceKey(@Nullable BasicStringFilterProperty processInstanceKey) -
getProcessInstanceKey
The process instance key associated with this correlated message subscription.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
subscriptionKey
public CorrelatedMessageSubscriptionFilter subscriptionKey(@Nullable BasicStringFilterProperty subscriptionKey) -
getSubscriptionKey
The subscription key that received the message.- Returns:
- subscriptionKey
-
setSubscriptionKey
-
tenantId
-
getTenantId
The tenant ID associated with this correlated message subscription.- Returns:
- tenantId
-
setTenantId
-
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
-