Class DeploymentProcessBase

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

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

  • Constructor Details

    • DeploymentProcessBase

      public DeploymentProcessBase()
  • Method Details

    • processDefinitionId

      public DeploymentProcessBase 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 DeploymentProcessBase processDefinitionVersion(Integer processDefinitionVersion)
    • getProcessDefinitionVersion

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

      public void setProcessDefinitionVersion(Integer processDefinitionVersion)
    • resourceName

      public DeploymentProcessBase 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 DeploymentProcessBase 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