Package io.camunda.client.protocol.rest
Class EvaluateDecisionResult
java.lang.Object
io.camunda.client.protocol.rest.EvaluateDecisionResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class EvaluateDecisionResult
extends Object
EvaluateDecisionResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEvaluatedDecisionsItem(EvaluatedDecisionResult evaluatedDecisionsItem) decisionDefinitionId(String decisionDefinitionId) decisionDefinitionKey(String decisionDefinitionKey) decisionDefinitionName(String decisionDefinitionName) decisionDefinitionVersion(Integer decisionDefinitionVersion) decisionInstanceKey(String decisionInstanceKey) decisionRequirementsId(String decisionRequirementsId) decisionRequirementsKey(String decisionRequirementsKey) booleanevaluatedDecisions(List<EvaluatedDecisionResult> evaluatedDecisions) failedDecisionDefinitionId(String failedDecisionDefinitionId) failureMessage(String failureMessage) The ID of the decision which was evaluated.The unique key identifying the decision which was evaluated.The name of the decision which was evaluated.The version of the decision which was evaluated.The unique key identifying this decision evaluation.The ID of the decision requirements graph that the decision which was evaluated is part of.The unique key identifying the decision requirements graph that the decision which was evaluated is part of.Decisions that were evaluated within the requested decision evaluation.The ID of the decision which failed during evaluation.Message describing why the decision which was evaluated failed.JSON document that will instantiate the result of the decision which was evaluated.The tenant ID of the evaluated decision.inthashCode()voidsetDecisionDefinitionId(String decisionDefinitionId) voidsetDecisionDefinitionKey(String decisionDefinitionKey) voidsetDecisionDefinitionName(String decisionDefinitionName) voidsetDecisionDefinitionVersion(Integer decisionDefinitionVersion) voidsetDecisionInstanceKey(String decisionInstanceKey) voidsetDecisionRequirementsId(String decisionRequirementsId) voidsetDecisionRequirementsKey(String decisionRequirementsKey) voidsetEvaluatedDecisions(List<EvaluatedDecisionResult> evaluatedDecisions) voidsetFailedDecisionDefinitionId(String failedDecisionDefinitionId) voidsetFailureMessage(String failureMessage) voidvoidsetTenantId(String tenantId) 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_DECISION_DEFINITION_NAME
- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_VERSION
- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_ID
- See Also:
-
JSON_PROPERTY_OUTPUT
- See Also:
-
JSON_PROPERTY_FAILED_DECISION_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_FAILURE_MESSAGE
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_KEY
- See Also:
-
JSON_PROPERTY_DECISION_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_EVALUATED_DECISIONS
- See Also:
-
-
Constructor Details
-
EvaluateDecisionResult
public EvaluateDecisionResult()
-
-
Method Details
-
decisionDefinitionId
-
getDecisionDefinitionId
The ID of the decision which was evaluated.- Returns:
- decisionDefinitionId
-
setDecisionDefinitionId
-
decisionDefinitionName
-
getDecisionDefinitionName
The name of the decision which was evaluated.- Returns:
- decisionDefinitionName
-
setDecisionDefinitionName
-
decisionDefinitionVersion
public EvaluateDecisionResult decisionDefinitionVersion(@Nullable Integer decisionDefinitionVersion) -
getDecisionDefinitionVersion
The version of the decision which was evaluated.- Returns:
- decisionDefinitionVersion
-
setDecisionDefinitionVersion
-
decisionRequirementsId
-
getDecisionRequirementsId
The ID of the decision requirements graph that the decision which was evaluated is part of.- Returns:
- decisionRequirementsId
-
setDecisionRequirementsId
-
output
-
getOutput
JSON document that will instantiate the result of the decision which was evaluated.- Returns:
- output
-
setOutput
-
failedDecisionDefinitionId
public EvaluateDecisionResult failedDecisionDefinitionId(@Nullable String failedDecisionDefinitionId) -
getFailedDecisionDefinitionId
The ID of the decision which failed during evaluation.- Returns:
- failedDecisionDefinitionId
-
setFailedDecisionDefinitionId
-
failureMessage
-
getFailureMessage
Message describing why the decision which was evaluated failed.- Returns:
- failureMessage
-
setFailureMessage
-
tenantId
-
getTenantId
The tenant ID of the evaluated decision.- Returns:
- tenantId
-
setTenantId
-
decisionDefinitionKey
-
getDecisionDefinitionKey
The unique key identifying the decision which was evaluated.- Returns:
- decisionDefinitionKey
-
setDecisionDefinitionKey
-
decisionRequirementsKey
-
getDecisionRequirementsKey
The unique key identifying the decision requirements graph that the decision which was evaluated is part of.- Returns:
- decisionRequirementsKey
-
setDecisionRequirementsKey
-
decisionInstanceKey
-
getDecisionInstanceKey
The unique key identifying this decision evaluation.- Returns:
- decisionInstanceKey
-
setDecisionInstanceKey
-
evaluatedDecisions
public EvaluateDecisionResult evaluatedDecisions(@Nullable List<EvaluatedDecisionResult> evaluatedDecisions) -
addEvaluatedDecisionsItem
public EvaluateDecisionResult addEvaluatedDecisionsItem(EvaluatedDecisionResult evaluatedDecisionsItem) -
getEvaluatedDecisions
Decisions that were evaluated within the requested decision evaluation.- Returns:
- evaluatedDecisions
-
setEvaluatedDecisions
-
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
-