Class CreateProcessInstanceResponse
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.CreateProcessInstanceResponse
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class CreateProcessInstanceResponse
extends Object
CreateProcessInstanceResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe BPMN process ID of the process definition which was used to create the process. instanceThe key of the process definition which was used to create the process instance.The version of the process definition which was used to create the process instance.The unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g.The tenant ID of the created process instance.All the variables visible in the root scope.inthashCode()processDefinitionId(String processDefinitionId) processDefinitionKey(Long processDefinitionKey) processDefinitionVersion(Integer processDefinitionVersion) processInstanceKey(Long processInstanceKey) putVariablesItem(String key, Object variablesItem) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(Long processDefinitionKey) voidsetProcessDefinitionVersion(Integer processDefinitionVersion) voidsetProcessInstanceKey(Long processInstanceKey) voidsetTenantId(String tenantId) voidsetVariables(Map<String, Object> variables) toString()
-
Constructor Details
-
CreateProcessInstanceResponse
public CreateProcessInstanceResponse()
-
-
Method Details
-
processDefinitionKey
-
getProcessDefinitionKey
The key of the process definition which was used to create the process instance.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
processDefinitionId
-
getProcessDefinitionId
The BPMN process ID of the process definition which was used to create the process. instance- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
processDefinitionVersion
-
getProcessDefinitionVersion
The version of the process definition which was used to create the process instance.- Returns:
- processDefinitionVersion
-
setProcessDefinitionVersion
-
processInstanceKey
-
getProcessInstanceKey
The unique identifier of the created process instance; to be used wherever a request needs a process instance key (e.g. CancelProcessInstanceRequest).- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
tenantId
-
getTenantId
The tenant ID of the created process instance.- Returns:
- tenantId
-
setTenantId
-
variables
-
putVariablesItem
-
getVariables
All the variables visible in the root scope.- Returns:
- variables
-
setVariables
-
equals
-
hashCode
public int hashCode() -
toString
-