Class DeploymentProcess

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

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

    • JSON_PROPERTY_PROCESS_DEFINITION_KEY

      public static final String JSON_PROPERTY_PROCESS_DEFINITION_KEY
      Deprecated.
      See Also:
    • JSON_PROPERTY_PROCESS_DEFINITION_ID

      public static final String JSON_PROPERTY_PROCESS_DEFINITION_ID
      Deprecated.
      See Also:
    • JSON_PROPERTY_PROCESS_DEFINITION_VERSION

      public static final String JSON_PROPERTY_PROCESS_DEFINITION_VERSION
      Deprecated.
      See Also:
    • JSON_PROPERTY_RESOURCE_NAME

      public static final String JSON_PROPERTY_RESOURCE_NAME
      Deprecated.
      See Also:
    • JSON_PROPERTY_TENANT_ID

      public static final String JSON_PROPERTY_TENANT_ID
      Deprecated.
      See Also:
  • Constructor Details

    • DeploymentProcess

      public DeploymentProcess()
      Deprecated.
  • Method Details

    • processDefinitionKey

      public DeploymentProcess processDefinitionKey(Long processDefinitionKey)
      Deprecated.
    • getProcessDefinitionKey

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

      public void setProcessDefinitionKey(Long processDefinitionKey)
      Deprecated.
    • processDefinitionId

      public DeploymentProcess processDefinitionId(String processDefinitionId)
      Deprecated.
    • getProcessDefinitionId

      @Nullable public String getProcessDefinitionId()
      Deprecated.
      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)
      Deprecated.
    • processDefinitionVersion

      public DeploymentProcess processDefinitionVersion(Integer processDefinitionVersion)
      Deprecated.
    • getProcessDefinitionVersion

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

      public void setProcessDefinitionVersion(Integer processDefinitionVersion)
      Deprecated.
    • resourceName

      public DeploymentProcess resourceName(String resourceName)
      Deprecated.
    • getResourceName

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

      public void setResourceName(String resourceName)
      Deprecated.
    • tenantId

      public DeploymentProcess tenantId(String tenantId)
      Deprecated.
    • getTenantId

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

      public void setTenantId(String tenantId)
      Deprecated.
    • equals

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

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

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

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

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