Class EvaluateDecisionResponse

java.lang.Object
io.camunda.zeebe.client.protocol.rest.EvaluateDecisionResponse

@Deprecated @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-08-04T12:37:47.170113265Z[GMT]", comments="Generator version: 7.8.0") public class EvaluateDecisionResponse extends Object
Deprecated.
EvaluateDecisionResponse
  • Field Details

    • JSON_PROPERTY_DECISION_DEFINITION_KEY

      public static final String JSON_PROPERTY_DECISION_DEFINITION_KEY
      Deprecated.
      See Also:
    • JSON_PROPERTY_DECISION_REQUIREMENTS_KEY

      public static final String JSON_PROPERTY_DECISION_REQUIREMENTS_KEY
      Deprecated.
      See Also:
    • JSON_PROPERTY_DECISION_INSTANCE_KEY

      public static final String JSON_PROPERTY_DECISION_INSTANCE_KEY
      Deprecated.
      See Also:
    • JSON_PROPERTY_EVALUATED_DECISIONS

      public static final String JSON_PROPERTY_EVALUATED_DECISIONS
      Deprecated.
      See Also:
    • JSON_PROPERTY_DECISION_DEFINITION_ID

      public static final String JSON_PROPERTY_DECISION_DEFINITION_ID
      Deprecated.
      See Also:
    • JSON_PROPERTY_DECISION_DEFINITION_NAME

      public static final String JSON_PROPERTY_DECISION_DEFINITION_NAME
      Deprecated.
      See Also:
    • JSON_PROPERTY_DECISION_DEFINITION_VERSION

      public static final String JSON_PROPERTY_DECISION_DEFINITION_VERSION
      Deprecated.
      See Also:
    • JSON_PROPERTY_DECISION_REQUIREMENTS_ID

      public static final String JSON_PROPERTY_DECISION_REQUIREMENTS_ID
      Deprecated.
      See Also:
    • JSON_PROPERTY_OUTPUT

      public static final String JSON_PROPERTY_OUTPUT
      Deprecated.
      See Also:
    • JSON_PROPERTY_FAILED_DECISION_DEFINITION_ID

      public static final String JSON_PROPERTY_FAILED_DECISION_DEFINITION_ID
      Deprecated.
      See Also:
    • JSON_PROPERTY_FAILURE_MESSAGE

      public static final String JSON_PROPERTY_FAILURE_MESSAGE
      Deprecated.
      See Also:
    • JSON_PROPERTY_TENANT_ID

      public static final String JSON_PROPERTY_TENANT_ID
      Deprecated.
      See Also:
  • Constructor Details

    • EvaluateDecisionResponse

      public EvaluateDecisionResponse()
      Deprecated.
  • Method Details

    • decisionDefinitionKey

      public EvaluateDecisionResponse decisionDefinitionKey(Long decisionDefinitionKey)
      Deprecated.
    • getDecisionDefinitionKey

      @Nullable public Long getDecisionDefinitionKey()
      Deprecated.
      The unique key identifying the decision which was evaluated.
      Returns:
      decisionDefinitionKey
    • setDecisionDefinitionKey

      public void setDecisionDefinitionKey(Long decisionDefinitionKey)
      Deprecated.
    • decisionRequirementsKey

      public EvaluateDecisionResponse decisionRequirementsKey(Long decisionRequirementsKey)
      Deprecated.
    • getDecisionRequirementsKey

      @Nullable public Long getDecisionRequirementsKey()
      Deprecated.
      The unique key identifying the decision requirements graph that the decision which was evaluated is part of.
      Returns:
      decisionRequirementsKey
    • setDecisionRequirementsKey

      public void setDecisionRequirementsKey(Long decisionRequirementsKey)
      Deprecated.
    • decisionInstanceKey

      public EvaluateDecisionResponse decisionInstanceKey(Long decisionInstanceKey)
      Deprecated.
    • getDecisionInstanceKey

      @Nullable public Long getDecisionInstanceKey()
      Deprecated.
      The unique key identifying this decision evaluation.
      Returns:
      decisionInstanceKey
    • setDecisionInstanceKey

      public void setDecisionInstanceKey(Long decisionInstanceKey)
      Deprecated.
    • evaluatedDecisions

      public EvaluateDecisionResponse evaluatedDecisions(List<EvaluatedDecisionItem> evaluatedDecisions)
      Deprecated.
    • addEvaluatedDecisionsItem

      public EvaluateDecisionResponse addEvaluatedDecisionsItem(EvaluatedDecisionItem evaluatedDecisionsItem)
      Deprecated.
    • getEvaluatedDecisions

      @Nullable public List<EvaluatedDecisionItem> getEvaluatedDecisions()
      Deprecated.
      Get evaluatedDecisions
      Returns:
      evaluatedDecisions
    • setEvaluatedDecisions

      public void setEvaluatedDecisions(List<EvaluatedDecisionItem> evaluatedDecisions)
      Deprecated.
    • decisionDefinitionId

      public EvaluateDecisionResponse decisionDefinitionId(String decisionDefinitionId)
      Deprecated.
    • getDecisionDefinitionId

      @Nullable public String getDecisionDefinitionId()
      Deprecated.
      The ID of the decision which was evaluated.
      Returns:
      decisionDefinitionId
    • setDecisionDefinitionId

      public void setDecisionDefinitionId(String decisionDefinitionId)
      Deprecated.
    • decisionDefinitionName

      public EvaluateDecisionResponse decisionDefinitionName(String decisionDefinitionName)
      Deprecated.
    • getDecisionDefinitionName

      @Nullable public String getDecisionDefinitionName()
      Deprecated.
      The name of the decision which was evaluated.
      Returns:
      decisionDefinitionName
    • setDecisionDefinitionName

      public void setDecisionDefinitionName(String decisionDefinitionName)
      Deprecated.
    • decisionDefinitionVersion

      public EvaluateDecisionResponse decisionDefinitionVersion(Integer decisionDefinitionVersion)
      Deprecated.
    • getDecisionDefinitionVersion

      @Nullable public Integer getDecisionDefinitionVersion()
      Deprecated.
      The version of the decision which was evaluated.
      Returns:
      decisionDefinitionVersion
    • setDecisionDefinitionVersion

      public void setDecisionDefinitionVersion(Integer decisionDefinitionVersion)
      Deprecated.
    • decisionRequirementsId

      public EvaluateDecisionResponse decisionRequirementsId(String decisionRequirementsId)
      Deprecated.
    • getDecisionRequirementsId

      @Nullable public String getDecisionRequirementsId()
      Deprecated.
      The ID of the decision requirements graph that the decision which was evaluated is part of.
      Returns:
      decisionRequirementsId
    • setDecisionRequirementsId

      public void setDecisionRequirementsId(String decisionRequirementsId)
      Deprecated.
    • output

      public EvaluateDecisionResponse output(String output)
      Deprecated.
    • getOutput

      @Nullable public String getOutput()
      Deprecated.
      JSON document that will instantiate the result of the decision which was evaluated.
      Returns:
      output
    • setOutput

      public void setOutput(String output)
      Deprecated.
    • failedDecisionDefinitionId

      public EvaluateDecisionResponse failedDecisionDefinitionId(String failedDecisionDefinitionId)
      Deprecated.
    • getFailedDecisionDefinitionId

      @Nullable public String getFailedDecisionDefinitionId()
      Deprecated.
      The ID of the decision which failed during evaluation.
      Returns:
      failedDecisionDefinitionId
    • setFailedDecisionDefinitionId

      public void setFailedDecisionDefinitionId(String failedDecisionDefinitionId)
      Deprecated.
    • failureMessage

      public EvaluateDecisionResponse failureMessage(String failureMessage)
      Deprecated.
    • getFailureMessage

      @Nullable public String getFailureMessage()
      Deprecated.
      Message describing why the decision which was evaluated failed.
      Returns:
      failureMessage
    • setFailureMessage

      public void setFailureMessage(String failureMessage)
      Deprecated.
    • tenantId

      public EvaluateDecisionResponse tenantId(String tenantId)
      Deprecated.
    • getTenantId

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

      public void setTenantId(String tenantId)
      Deprecated.
    • equals

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

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

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

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

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