Class EvaluateDecisionResponse
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.EvaluateDecisionResponse
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class EvaluateDecisionResponse
extends Object
EvaluateDecisionResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEvaluatedDecisionsItem(EvaluatedDecisionItem evaluatedDecisionsItem) decisionDefinitionId(String decisionDefinitionId) decisionDefinitionKey(Long decisionDefinitionKey) decisionDefinitionName(String decisionDefinitionName) decisionDefinitionVersion(Integer decisionDefinitionVersion) decisionInstanceKey(Long decisionInstanceKey) decisionRequirementsId(String decisionRequirementsId) decisionRequirementsKey(Long decisionRequirementsKey) booleanevaluatedDecisions(List<@Valid EvaluatedDecisionItem> 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.@Valid List<@Valid EvaluatedDecisionItem> Get evaluatedDecisionsThe 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(Long decisionDefinitionKey) voidsetDecisionDefinitionName(String decisionDefinitionName) voidsetDecisionDefinitionVersion(Integer decisionDefinitionVersion) voidsetDecisionInstanceKey(Long decisionInstanceKey) voidsetDecisionRequirementsId(String decisionRequirementsId) voidsetDecisionRequirementsKey(Long decisionRequirementsKey) voidsetEvaluatedDecisions(List<@Valid EvaluatedDecisionItem> evaluatedDecisions) voidsetFailedDecisionDefinitionId(String failedDecisionDefinitionId) voidsetFailureMessage(String failureMessage) voidvoidsetTenantId(String tenantId) toString()
-
Constructor Details
-
EvaluateDecisionResponse
public EvaluateDecisionResponse()
-
-
Method Details
-
decisionDefinitionKey
-
getDecisionDefinitionKey
The unique key identifying the decision which was evaluated.- Returns:
- decisionDefinitionKey
-
setDecisionDefinitionKey
-
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
-
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
-
decisionRequirementsKey
-
getDecisionRequirementsKey
The unique key identifying the decision requirements graph that the decision which was evaluated is part of.- Returns:
- decisionRequirementsKey
-
setDecisionRequirementsKey
-
output
-
getOutput
JSON document that will instantiate the result of the decision which was evaluated.- Returns:
- output
-
setOutput
-
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
-
decisionInstanceKey
-
getDecisionInstanceKey
The unique key identifying this decision evaluation.- Returns:
- decisionInstanceKey
-
setDecisionInstanceKey
-
evaluatedDecisions
public EvaluateDecisionResponse evaluatedDecisions(List<@Valid EvaluatedDecisionItem> evaluatedDecisions) -
addEvaluatedDecisionsItem
public EvaluateDecisionResponse addEvaluatedDecisionsItem(EvaluatedDecisionItem evaluatedDecisionsItem) -
getEvaluatedDecisions
Get evaluatedDecisions- Returns:
- evaluatedDecisions
-
setEvaluatedDecisions
-
equals
-
hashCode
public int hashCode() -
toString
-