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