Class MessagePublicationResponse
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.MessagePublicationResponse
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class MessagePublicationResponse
extends Object
The message key of the published message.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe key of the messageThe tenant ID of the message.inthashCode()messageKey(Long messageKey) voidsetMessageKey(Long messageKey) voidsetTenantId(String tenantId) toString()
-
Constructor Details
-
MessagePublicationResponse
public MessagePublicationResponse()
-
-
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
-