Class DeploymentProcess

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-10-28T16:53:53.401346729Z[GMT]", comments="Generator version: 7.8.0") public class DeploymentProcess extends Object
DeploymentProcess
  • Field Details

  • Constructor Details

    • DeploymentProcess

      public DeploymentProcess()
  • Method Details

    • processDefinitionId

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

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

      public void setProcessDefinitionVersion(Integer processDefinitionVersion)
    • processDefinitionKey

      public DeploymentProcess processDefinitionKey(Long processDefinitionKey)
    • getProcessDefinitionKey

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

      public void setProcessDefinitionKey(Long processDefinitionKey)
    • resourceName

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