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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEvaluatedDecisionsItem(EvaluatedDecisionItem evaluatedDecisionsItem) Deprecated.decisionDefinitionId(String decisionDefinitionId) Deprecated.decisionDefinitionKey(Long decisionDefinitionKey) Deprecated.decisionDefinitionName(String decisionDefinitionName) Deprecated.decisionDefinitionVersion(Integer decisionDefinitionVersion) Deprecated.decisionInstanceKey(Long decisionInstanceKey) Deprecated.decisionRequirementsId(String decisionRequirementsId) Deprecated.decisionRequirementsKey(Long decisionRequirementsKey) Deprecated.booleanDeprecated.evaluatedDecisions(List<EvaluatedDecisionItem> evaluatedDecisions) Deprecated.failedDecisionDefinitionId(String failedDecisionDefinitionId) Deprecated.failureMessage(String failureMessage) Deprecated.Deprecated.The ID of the decision which was evaluated.Deprecated.The unique key identifying the decision which was evaluated.Deprecated.The name of the decision which was evaluated.Deprecated.The version of the decision which was evaluated.Deprecated.The unique key identifying this decision evaluation.Deprecated.The ID of the decision requirements graph that the decision which was evaluated is part of.Deprecated.The unique key identifying the decision requirements graph that the decision which was evaluated is part of.Deprecated.Get evaluatedDecisionsDeprecated.The ID of the decision which failed during evaluation.Deprecated.Message describing why the decision which was evaluated failed.Deprecated.JSON document that will instantiate the result of the decision which was evaluated.Deprecated.The tenant ID of the evaluated decision.inthashCode()Deprecated.Deprecated.voidsetDecisionDefinitionId(String decisionDefinitionId) Deprecated.voidsetDecisionDefinitionKey(Long decisionDefinitionKey) Deprecated.voidsetDecisionDefinitionName(String decisionDefinitionName) Deprecated.voidsetDecisionDefinitionVersion(Integer decisionDefinitionVersion) Deprecated.voidsetDecisionInstanceKey(Long decisionInstanceKey) Deprecated.voidsetDecisionRequirementsId(String decisionRequirementsId) Deprecated.voidsetDecisionRequirementsKey(Long decisionRequirementsKey) Deprecated.voidsetEvaluatedDecisions(List<EvaluatedDecisionItem> evaluatedDecisions) Deprecated.voidsetFailedDecisionDefinitionId(String failedDecisionDefinitionId) Deprecated.voidsetFailureMessage(String failureMessage) Deprecated.voidDeprecated.voidsetTenantId(String tenantId) Deprecated.Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DECISION_DEFINITION_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_INSTANCE_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_EVALUATED_DECISIONS
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_ID
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_NAME
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_VERSION
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_ID
Deprecated.- See Also:
-
JSON_PROPERTY_OUTPUT
Deprecated.- See Also:
-
JSON_PROPERTY_FAILED_DECISION_DEFINITION_ID
Deprecated.- See Also:
-
JSON_PROPERTY_FAILURE_MESSAGE
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
-
Constructor Details
-
EvaluateDecisionResponse
public EvaluateDecisionResponse()Deprecated.
-
-
Method Details
-
decisionDefinitionKey
Deprecated. -
getDecisionDefinitionKey
Deprecated.The unique key identifying the decision which was evaluated.- Returns:
- decisionDefinitionKey
-
setDecisionDefinitionKey
Deprecated. -
decisionRequirementsKey
Deprecated. -
getDecisionRequirementsKey
Deprecated.The unique key identifying the decision requirements graph that the decision which was evaluated is part of.- Returns:
- decisionRequirementsKey
-
setDecisionRequirementsKey
Deprecated. -
decisionInstanceKey
Deprecated. -
getDecisionInstanceKey
Deprecated.The unique key identifying this decision evaluation.- Returns:
- decisionInstanceKey
-
setDecisionInstanceKey
Deprecated. -
evaluatedDecisions
Deprecated. -
addEvaluatedDecisionsItem
public EvaluateDecisionResponse addEvaluatedDecisionsItem(EvaluatedDecisionItem evaluatedDecisionsItem) Deprecated. -
getEvaluatedDecisions
Deprecated.Get evaluatedDecisions- Returns:
- evaluatedDecisions
-
setEvaluatedDecisions
Deprecated. -
decisionDefinitionId
Deprecated. -
getDecisionDefinitionId
Deprecated.The ID of the decision which was evaluated.- Returns:
- decisionDefinitionId
-
setDecisionDefinitionId
Deprecated. -
decisionDefinitionName
Deprecated. -
getDecisionDefinitionName
Deprecated.The name of the decision which was evaluated.- Returns:
- decisionDefinitionName
-
setDecisionDefinitionName
Deprecated. -
decisionDefinitionVersion
Deprecated. -
getDecisionDefinitionVersion
Deprecated.The version of the decision which was evaluated.- Returns:
- decisionDefinitionVersion
-
setDecisionDefinitionVersion
Deprecated. -
decisionRequirementsId
Deprecated. -
getDecisionRequirementsId
Deprecated.The ID of the decision requirements graph that the decision which was evaluated is part of.- Returns:
- decisionRequirementsId
-
setDecisionRequirementsId
Deprecated. -
output
Deprecated. -
getOutput
Deprecated.JSON document that will instantiate the result of the decision which was evaluated.- Returns:
- output
-
setOutput
Deprecated. -
failedDecisionDefinitionId
Deprecated. -
getFailedDecisionDefinitionId
Deprecated.The ID of the decision which failed during evaluation.- Returns:
- failedDecisionDefinitionId
-
setFailedDecisionDefinitionId
Deprecated. -
failureMessage
Deprecated. -
getFailureMessage
Deprecated.Message describing why the decision which was evaluated failed.- Returns:
- failureMessage
-
setFailureMessage
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant ID of the evaluated decision.- Returns:
- tenantId
-
setTenantId
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
-