Package io.zeebe.client.impl.response
Class SetVariablesResponseImpl
- java.lang.Object
-
- io.zeebe.client.impl.response.SetVariablesResponseImpl
-
- All Implemented Interfaces:
SetVariablesResponse
public final class SetVariablesResponseImpl extends Object implements SetVariablesResponse
-
-
Constructor Summary
Constructors Constructor Description SetVariablesResponseImpl(GatewayOuterClass.SetVariablesResponse response)
-
-
-
Constructor Detail
-
SetVariablesResponseImpl
public SetVariablesResponseImpl(GatewayOuterClass.SetVariablesResponse response)
-
-
Method Detail
-
getKey
public long getKey()
- Specified by:
getKey
in interfaceSetVariablesResponse
- Returns:
- key of the set variables command
-
-