Class CreateProcessInstanceResponseBase
java.lang.Object
io.camunda.zeebe.client.protocol.rest.CreateProcessInstanceResponseBase
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class CreateProcessInstanceResponseBase
extends Object
Base properties for CreateProcessInstanceResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe BPMN process ID of the process definition which was used to create the process. instanceThe version of the process definition which was used to create the process instance.The tenant ID of the created process instance.All the variables visible in the root scope.inthashCode()processDefinitionId(String processDefinitionId) processDefinitionVersion(Integer processDefinitionVersion) putVariablesItem(String key, Object variablesItem) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionVersion(Integer processDefinitionVersion) voidsetTenantId(String tenantId) voidsetVariables(Map<String, Object> variables) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_VERSION
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
-
Constructor Details
-
CreateProcessInstanceResponseBase
public CreateProcessInstanceResponseBase()
-
-
Method Details
-
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
-
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
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-