Class DeploymentDecisionResult

java.lang.Object
io.camunda.client.protocol.rest.DeploymentDecisionResult

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-02-25T13:39:08.081076719Z[GMT]", comments="Generator version: 7.10.0") public class DeploymentDecisionResult extends Object
A deployed decision.
  • Field Details

  • Constructor Details

    • DeploymentDecisionResult

      public DeploymentDecisionResult()
  • Method Details

    • decisionDefinitionKey

      public DeploymentDecisionResult decisionDefinitionKey(@Nullable String decisionDefinitionKey)
    • getDecisionDefinitionKey

      @Nullable public String getDecisionDefinitionKey()
      The assigned decision key, which acts as a unique identifier for this decision.
      Returns:
      decisionDefinitionKey
    • setDecisionDefinitionKey

      public void setDecisionDefinitionKey(@Nullable String decisionDefinitionKey)
    • decisionRequirementsKey

      public DeploymentDecisionResult decisionRequirementsKey(@Nullable String decisionRequirementsKey)
    • getDecisionRequirementsKey

      @Nullable public String getDecisionRequirementsKey()
      The assigned key of the decision requirements graph that this decision is part of.
      Returns:
      decisionRequirementsKey
    • setDecisionRequirementsKey

      public void setDecisionRequirementsKey(@Nullable String decisionRequirementsKey)
    • decisionDefinitionId

      public DeploymentDecisionResult decisionDefinitionId(@Nullable String decisionDefinitionId)
    • getDecisionDefinitionId

      @Nullable public String getDecisionDefinitionId()
      The dmn decision ID, as parsed during deployment, together with the version forms a unique identifier for a specific decision.
      Returns:
      decisionDefinitionId
    • setDecisionDefinitionId

      public void setDecisionDefinitionId(@Nullable String decisionDefinitionId)
    • version

      public DeploymentDecisionResult version(@Nullable Integer version)
    • getVersion

      @Nullable public Integer getVersion()
      The assigned decision version.
      Returns:
      version
    • setVersion

      public void setVersion(@Nullable Integer version)
    • name

    • getName

      @Nullable public String getName()
      The DMN name of the decision, as parsed during deployment.
      Returns:
      name
    • setName

      public void setName(@Nullable String name)
    • tenantId

      public DeploymentDecisionResult tenantId(@Nullable String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The tenant ID of the deployed decision.
      Returns:
      tenantId
    • setTenantId

      public void setTenantId(@Nullable String tenantId)
    • decisionRequirementsId

      public DeploymentDecisionResult decisionRequirementsId(@Nullable String decisionRequirementsId)
    • getDecisionRequirementsId

      @Nullable public String getDecisionRequirementsId()
      The dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment.
      Returns:
      decisionRequirementsId
    • setDecisionRequirementsId

      public void setDecisionRequirementsId(@Nullable String decisionRequirementsId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string