Package io.camunda.client.impl.response
Class CreateClusterVariableResponseImpl
java.lang.Object
io.camunda.client.impl.response.CreateClusterVariableResponseImpl
- All Implemented Interfaces:
CreateClusterVariableResponse
public class CreateClusterVariableResponseImpl
extends Object
implements CreateClusterVariableResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()getName()getScope()getValue()setResponse(ClusterVariableResult clusterVariableResult)
-
Constructor Details
-
CreateClusterVariableResponseImpl
public CreateClusterVariableResponseImpl()
-
-
Method Details
-
setResponse
-
getName
- Specified by:
getNamein interfaceCreateClusterVariableResponse
-
getValue
- Specified by:
getValuein interfaceCreateClusterVariableResponse
-
getScope
- Specified by:
getScopein interfaceCreateClusterVariableResponse
-
getTenantId
- Specified by:
getTenantIdin interfaceCreateClusterVariableResponse
-
getKind
- Specified by:
getKindin interfaceCreateClusterVariableResponse
-