Class SignalBroadcastResponse
java.lang.Object
io.camunda.zeebe.client.protocol.rest.SignalBroadcastResponse
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class SignalBroadcastResponse
extends Object
Deprecated.
SignalBroadcastResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.The unique ID of the signal that was broadcast.Deprecated.The tenant ID of the signal that was broadcast.inthashCode()Deprecated.voidsetSignalKey(Long signalKey) Deprecated.voidsetTenantId(String tenantId) Deprecated.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_SIGNAL_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
-
Constructor Details
-
SignalBroadcastResponse
public SignalBroadcastResponse()Deprecated.
-
-
Method Details
-
signalKey
Deprecated. -
getSignalKey
Deprecated.The unique ID of the signal that was broadcast.- Returns:
- signalKey
-
setSignalKey
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant ID of the signal that was broadcast.- 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
-