Package io.camunda.client.protocol.rest
Class DeploymentProcessResult
java.lang.Object
io.camunda.client.protocol.rest.DeploymentProcessResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class DeploymentProcessResult
extends Object
A deployed process.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe 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.inthashCode()processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) processDefinitionVersion(Integer processDefinitionVersion) resourceName(String resourceName) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessDefinitionVersion(Integer processDefinitionVersion) voidsetResourceName(String resourceName) voidsetTenantId(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
-