Class MessagePublicationResult
java.lang.Object
io.camunda.zeebe.client.protocol.rest.MessagePublicationResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T11:57:41.291335755Z[GMT]",
comments="Generator version: 7.8.0")
public class MessagePublicationResult
extends Object
The message key of the published message. Key attributes as string values.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The key of the messageThe tenant ID of the message.int
hashCode()
messageKey
(String messageKey) void
setMessageKey
(String messageKey) void
setTenantId
(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:
-
-
Constructor Details
-
MessagePublicationResult
public MessagePublicationResult()
-
-
Method Details
-
messageKey
-
getMessageKey
The key of the message- Returns:
- messageKey
-
setMessageKey
-
tenantId
-
getTenantId
The tenant ID of the message.- 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
-