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 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 key, which acts as a unique identifier for this process.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) processDefinitionKey
(String processDefinitionKey) processDefinitionVersion
(Integer processDefinitionVersion) resourceName
(String resourceName) void
setProcessDefinitionId
(String processDefinitionId) void
setProcessDefinitionKey
(String processDefinitionKey) 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_KEY
- See Also:
-
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
-
DeploymentProcessResult
public DeploymentProcessResult()
-
-
Method Details
-
processDefinitionKey
-
getProcessDefinitionKey
The assigned key, which acts as a unique identifier for this process.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
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
-