Class SignalBroadcastResponse
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.SignalBroadcastResponse
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class SignalBroadcastResponse
extends Object
SignalBroadcastResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe unique ID of the signal that was broadcast.The tenant ID of the signal that was broadcast.inthashCode()voidsetSignalKey(Long signalKey) voidsetTenantId(String tenantId) toString()
-
Constructor Details
-
SignalBroadcastResponse
public SignalBroadcastResponse()
-
-
Method Details
-
signalKey
-
getSignalKey
The unique ID of the signal that was broadcast.- Returns:
- signalKey
-
setSignalKey
-
tenantId
-
getTenantId
The tenant ID of the signal that was broadcast.- Returns:
- tenantId
-
setTenantId
-
equals
-
hashCode
public int hashCode() -
toString
-