Package io.camunda.client.impl.response
Class SetVariablesResponseImpl
java.lang.Object
io.camunda.client.impl.response.SetVariablesResponseImpl
- All Implemented Interfaces:
SetVariablesResponse
-
Constructor Summary
ConstructorsConstructorDescriptionSetVariablesResponseImpl(io.camunda.zeebe.gateway.protocol.GatewayOuterClass.SetVariablesResponse response) SetVariablesResponseImpl(Void nothing) -
Method Summary
-
Constructor Details
-
SetVariablesResponseImpl
public SetVariablesResponseImpl(io.camunda.zeebe.gateway.protocol.GatewayOuterClass.SetVariablesResponse response) -
SetVariablesResponseImpl
-
-
Method Details
-
getKey
public long getKey()- Specified by:
getKeyin interfaceSetVariablesResponse- Returns:
- key of the set variables command
-