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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The bpmn process ID, as parsed during deployment, together with the version forms a unique identifier for a specific process definition.The assigned process version.The resource name from which this process was parsed.The tenant ID of the deployed process.int
hashCode()
processDefinitionId
(String processDefinitionId) processDefinitionVersion
(Integer processDefinitionVersion) resourceName
(String resourceName) void
setProcessDefinitionId
(String processDefinitionId) void
setProcessDefinitionVersion
(Integer processDefinitionVersion) void
setResourceName
(String resourceName) void
setTenantId
(String tenantId) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_VERSION
- See Also:
-
JSON_PROPERTY_RESOURCE_NAME
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
DeploymentProcessBase
public DeploymentProcessBase()
-
-
Method Details
-
processDefinitionId
-
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
-
processDefinitionVersion
-
getProcessDefinitionVersion
The assigned process version.- Returns:
- processDefinitionVersion
-
setProcessDefinitionVersion
-
resourceName
-
getResourceName
The resource name from which this process was parsed.- Returns:
- resourceName
-
setResourceName
-
tenantId
-
getTenantId
The tenant ID of the deployed process.- Returns:
- tenantId
-
setTenantId
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-