Class MessagePublicationResponse
java.lang.Object
io.camunda.zeebe.client.protocol.rest.MessagePublicationResponse
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class MessagePublicationResponse
extends Object
Deprecated.
The message key of the published message.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.The key of the messageDeprecated.The tenant ID of the message.inthashCode()Deprecated.messageKey(Long messageKey) Deprecated.voidsetMessageKey(Long messageKey) 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_TENANT_ID
Deprecated.- See Also:
-
-
Constructor Details
-
MessagePublicationResponse
public MessagePublicationResponse()Deprecated.
-
-
Method Details
-
messageKey
Deprecated. -
getMessageKey
Deprecated.The key of the message- Returns:
- messageKey
-
setMessageKey
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant ID of the 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
-