Class CreateProcessInstanceResult

java.lang.Object
io.camunda.client.protocol.rest.CreateProcessInstanceResult

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-04T12:01:10.435788262Z[GMT]", comments="Generator version: 7.12.0") public class CreateProcessInstanceResult extends Object
CreateProcessInstanceResult
  • Field Details

  • Constructor Details

    • CreateProcessInstanceResult

      public CreateProcessInstanceResult()
  • Method Details

    • processDefinitionId

      public CreateProcessInstanceResult processDefinitionId(@Nullable String processDefinitionId)
    • getProcessDefinitionId

      @Nullable public String getProcessDefinitionId()
      The BPMN process ID of the process definition which was used to create the process. instance
      Returns:
      processDefinitionId
    • setProcessDefinitionId

      public void setProcessDefinitionId(@Nullable String processDefinitionId)
    • processDefinitionVersion

      public CreateProcessInstanceResult processDefinitionVersion(@Nullable Integer processDefinitionVersion)
    • getProcessDefinitionVersion

      @Nullable public Integer getProcessDefinitionVersion()
      The version of the process definition which was used to create the process instance.
      Returns:
      processDefinitionVersion
    • setProcessDefinitionVersion

      public void setProcessDefinitionVersion(@Nullable Integer processDefinitionVersion)
    • tenantId

      public CreateProcessInstanceResult tenantId(@Nullable String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The tenant ID of the created process instance.
      Returns:
      tenantId
    • setTenantId

      public void setTenantId(@Nullable String tenantId)
    • variables

      public CreateProcessInstanceResult variables(@Nullable Map<String,Object> variables)
    • putVariablesItem

      public CreateProcessInstanceResult putVariablesItem(String key, Object variablesItem)
    • getVariables

      @Nullable public Map<String,Object> getVariables()
      All the variables visible in the root scope.
      Returns:
      variables
    • setVariables

      public void setVariables(@Nullable Map<String,Object> variables)
    • processDefinitionKey

      public CreateProcessInstanceResult processDefinitionKey(@Nullable String processDefinitionKey)
    • getProcessDefinitionKey

      @Nullable public String getProcessDefinitionKey()
      The key of the process definition which was used to create the process instance.
      Returns:
      processDefinitionKey
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(@Nullable String processDefinitionKey)
    • processInstanceKey

      public CreateProcessInstanceResult processInstanceKey(@Nullable String processInstanceKey)
    • getProcessInstanceKey

      @Nullable public String 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

      public void setProcessInstanceKey(@Nullable String processInstanceKey)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string