Package io.camunda.client.protocol.rest
Class EvaluateDecisionResult
java.lang.Object
io.camunda.client.protocol.rest.EvaluateDecisionResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.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) decisionEvaluationKey(String decisionEvaluationKey) 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.Deprecated.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) voidsetDecisionEvaluationKey(String decisionEvaluationKey) voidsetDecisionInstanceKey(String decisionInstanceKey) voidsetDecisionRequirementsId(String decisionRequirementsId) voidsetDecisionRequirementsKey(String decisionRequirementsKey) voidsetEvaluatedDecisions(List<EvaluatedDecisionResult> evaluatedDecisions) voidsetFailedDecisionDefinitionId(String failedDecisionDefinitionId) voidsetFailureMessage(String failureMessage) voidvoidsetTenantId(String tenantId) toString()
-
Field Details
-
JSON_PROPERTY_DECISION_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_NAME
- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_VERSION
- See Also:
-
JSON_PROPERTY_DECISION_EVALUATION_KEY
- See Also:
-
JSON_PROPERTY_DECISION_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_ID
- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_KEY
- See Also:
-
JSON_PROPERTY_EVALUATED_DECISIONS
- See Also:
-
JSON_PROPERTY_FAILED_DECISION_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_FAILURE_MESSAGE
- See Also:
-
JSON_PROPERTY_OUTPUT
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
EvaluateDecisionResult
public EvaluateDecisionResult()
-
-
Method Details
-
decisionDefinitionId
-
getDecisionDefinitionId
The ID of the decision which was evaluated.- Returns:
- decisionDefinitionId
-
setDecisionDefinitionId
-
decisionDefinitionKey
-
getDecisionDefinitionKey
The unique key identifying the decision which was evaluated.- Returns:
- decisionDefinitionKey
-
setDecisionDefinitionKey
-
decisionDefinitionName
-
getDecisionDefinitionName
The name of the decision which was evaluated.- Returns:
- decisionDefinitionName
-
setDecisionDefinitionName
-
decisionDefinitionVersion
-
getDecisionDefinitionVersion
The version of the decision which was evaluated.- Returns:
- decisionDefinitionVersion
-
setDecisionDefinitionVersion
-
decisionEvaluationKey
-
getDecisionEvaluationKey
The unique key identifying this decision evaluation.- Returns:
- decisionEvaluationKey
-
setDecisionEvaluationKey
-
decisionInstanceKey
-
getDecisionInstanceKey
Deprecated.Deprecated, please refer to `decisionEvaluationKey`.- Returns:
- decisionInstanceKey
-
setDecisionInstanceKey
-
decisionRequirementsId
-
getDecisionRequirementsId
The ID of the decision requirements graph that the decision which was evaluated is part of.- Returns:
- decisionRequirementsId
-
setDecisionRequirementsId
-
decisionRequirementsKey
-
getDecisionRequirementsKey
The unique key identifying the decision requirements graph that the decision which was evaluated is part of.- Returns:
- decisionRequirementsKey
-
setDecisionRequirementsKey
-
evaluatedDecisions
public EvaluateDecisionResult evaluatedDecisions(@Nonnull List<EvaluatedDecisionResult> evaluatedDecisions) -
addEvaluatedDecisionsItem
public EvaluateDecisionResult addEvaluatedDecisionsItem(EvaluatedDecisionResult evaluatedDecisionsItem) -
getEvaluatedDecisions
Decisions that were evaluated within the requested decision evaluation.- Returns:
- evaluatedDecisions
-
setEvaluatedDecisions
-
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
-
output
-
getOutput
JSON document that will instantiate the result of the decision which was evaluated.- Returns:
- output
-
setOutput
-
tenantId
-
getTenantId
The tenant ID of the evaluated decision.- Returns:
- tenantId
-
setTenantId
-
equals
-
hashCode
public int hashCode() -
toString
-