Class DeploymentProcessResult

java.lang.Object
io.camunda.zeebe.client.protocol.rest.DeploymentProcessResult

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-02-07T11:57:41.291335755Z[GMT]", comments="Generator version: 7.8.0") public class DeploymentProcessResult extends Object
A deployed process.
  • Field Details

  • Constructor Details

    • DeploymentProcessResult

      public DeploymentProcessResult()
  • Method Details

    • processDefinitionKey

      public DeploymentProcessResult processDefinitionKey(String processDefinitionKey)
    • getProcessDefinitionKey

      @Nullable public String getProcessDefinitionKey()
      The assigned key, which acts as a unique identifier for this process.
      Returns:
      processDefinitionKey
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(String processDefinitionKey)
    • processDefinitionId

      public DeploymentProcessResult processDefinitionId(String processDefinitionId)
    • getProcessDefinitionId

      @Nullable public String getProcessDefinitionId()
      The bpmn process ID, as parsed during deployment, together with the version forms a unique identifier for a specific process definition.
      Returns:
      processDefinitionId
    • setProcessDefinitionId

      public void setProcessDefinitionId(String processDefinitionId)
    • processDefinitionVersion

      public DeploymentProcessResult processDefinitionVersion(Integer processDefinitionVersion)
    • getProcessDefinitionVersion

      @Nullable public Integer getProcessDefinitionVersion()
      The assigned process version.
      Returns:
      processDefinitionVersion
    • setProcessDefinitionVersion

      public void setProcessDefinitionVersion(Integer processDefinitionVersion)
    • resourceName

      public DeploymentProcessResult resourceName(String resourceName)
    • getResourceName

      @Nullable public String getResourceName()
      The resource name from which this process was parsed.
      Returns:
      resourceName
    • setResourceName

      public void setResourceName(String resourceName)
    • tenantId

      public DeploymentProcessResult tenantId(String tenantId)
    • getTenantId

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

      public void setTenantId(String tenantId)
    • 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