Class DeploymentDecision
java.lang.Object
io.camunda.zeebe.client.protocol.rest.DeploymentDecision
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class DeploymentDecision
extends Object
Deprecated.
A deployed decision.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecisionDefinitionId(String decisionDefinitionId) Deprecated.decisionDefinitionKey(Long decisionDefinitionKey) Deprecated.decisionRequirementsId(String decisionRequirementsId) Deprecated.decisionRequirementsKey(Long decisionRequirementsKey) Deprecated.booleanDeprecated.Deprecated.The dmn decision ID, as parsed during deployment, together with the version forms a unique identifier for a specific decision.Deprecated.The assigned decision key, which acts as a unique identifier for this decision.Deprecated.The dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment.Deprecated.The assigned key of the decision requirements graph that this decision is part of.getName()Deprecated.The DMN name of the decision, as parsed during deployment.Deprecated.The tenant ID of the deployed decision.Deprecated.The assigned decision version.inthashCode()Deprecated.Deprecated.voidsetDecisionDefinitionId(String decisionDefinitionId) Deprecated.voidsetDecisionDefinitionKey(Long decisionDefinitionKey) Deprecated.voidsetDecisionRequirementsId(String decisionRequirementsId) Deprecated.voidsetDecisionRequirementsKey(Long decisionRequirementsKey) Deprecated.voidDeprecated.voidsetTenantId(String tenantId) Deprecated.voidsetVersion(Integer version) Deprecated.Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.Deprecated.
-
Field Details
-
JSON_PROPERTY_DECISION_DEFINITION_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_ID
Deprecated.- See Also:
-
JSON_PROPERTY_VERSION
Deprecated.- See Also:
-
JSON_PROPERTY_NAME
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_ID
Deprecated.- See Also:
-
-
Constructor Details
-
DeploymentDecision
public DeploymentDecision()Deprecated.
-
-
Method Details
-
decisionDefinitionKey
Deprecated. -
getDecisionDefinitionKey
Deprecated.The assigned decision key, which acts as a unique identifier for this decision.- Returns:
- decisionDefinitionKey
-
setDecisionDefinitionKey
Deprecated. -
decisionRequirementsKey
Deprecated. -
getDecisionRequirementsKey
Deprecated.The assigned key of the decision requirements graph that this decision is part of.- Returns:
- decisionRequirementsKey
-
setDecisionRequirementsKey
Deprecated. -
decisionDefinitionId
Deprecated. -
getDecisionDefinitionId
Deprecated.The dmn decision ID, as parsed during deployment, together with the version forms a unique identifier for a specific decision.- Returns:
- decisionDefinitionId
-
setDecisionDefinitionId
Deprecated. -
version
Deprecated. -
getVersion
Deprecated.The assigned decision version.- Returns:
- version
-
setVersion
Deprecated. -
name
Deprecated. -
getName
Deprecated.The DMN name of the decision, as parsed during deployment.- Returns:
- name
-
setName
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant ID of the deployed decision.- Returns:
- tenantId
-
setTenantId
Deprecated. -
decisionRequirementsId
Deprecated. -
getDecisionRequirementsId
Deprecated.The dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment.- Returns:
- decisionRequirementsId
-
setDecisionRequirementsId
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-