Package io.camunda.client.protocol.rest
Class EvaluatedDecisionResult
java.lang.Object
io.camunda.client.protocol.rest.EvaluatedDecisionResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class EvaluatedDecisionResult
extends Object
A decision that was evaluated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEvaluatedInputsItem(EvaluatedDecisionInputItem evaluatedInputsItem) addMatchedRulesItem(MatchedDecisionRuleItem matchedRulesItem) decisionDefinitionId(String decisionDefinitionId) decisionDefinitionKey(String decisionDefinitionKey) decisionDefinitionName(String decisionDefinitionName) decisionDefinitionType(String decisionDefinitionType) decisionDefinitionVersion(Integer decisionDefinitionVersion) booleanevaluatedInputs(List<EvaluatedDecisionInputItem> evaluatedInputs) The ID of the decision which was evaluated.The unique key identifying the decision which was evaluate.The name of the decision which was evaluated.The type of the decision which was evaluated.The version of the decision which was evaluated.The decision inputs that were evaluated within this decision evaluation.The decision rules that matched within this decision evaluation.JSON document that will instantiate the result of the decision which was evaluated.The tenant ID of the evaluated decision.inthashCode()matchedRules(List<MatchedDecisionRuleItem> matchedRules) voidsetDecisionDefinitionId(String decisionDefinitionId) voidsetDecisionDefinitionKey(String decisionDefinitionKey) voidsetDecisionDefinitionName(String decisionDefinitionName) voidsetDecisionDefinitionType(String decisionDefinitionType) voidsetDecisionDefinitionVersion(Integer decisionDefinitionVersion) voidsetEvaluatedInputs(List<EvaluatedDecisionInputItem> evaluatedInputs) voidsetMatchedRules(List<MatchedDecisionRuleItem> matchedRules) 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_DEFINITION_TYPE
- See Also:
-
JSON_PROPERTY_OUTPUT
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_MATCHED_RULES
- See Also:
-
JSON_PROPERTY_EVALUATED_INPUTS
- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_KEY
- See Also:
-
-
Constructor Details
-
EvaluatedDecisionResult
public EvaluatedDecisionResult()
-
-
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 EvaluatedDecisionResult decisionDefinitionVersion(@Nullable Integer decisionDefinitionVersion) -
getDecisionDefinitionVersion
The version of the decision which was evaluated.- Returns:
- decisionDefinitionVersion
-
setDecisionDefinitionVersion
-
decisionDefinitionType
-
getDecisionDefinitionType
The type of the decision which was evaluated.- Returns:
- decisionDefinitionType
-
setDecisionDefinitionType
-
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
-
matchedRules
-
addMatchedRulesItem
-
getMatchedRules
The decision rules that matched within this decision evaluation.- Returns:
- matchedRules
-
setMatchedRules
-
evaluatedInputs
public EvaluatedDecisionResult evaluatedInputs(@Nullable List<EvaluatedDecisionInputItem> evaluatedInputs) -
addEvaluatedInputsItem
public EvaluatedDecisionResult addEvaluatedInputsItem(EvaluatedDecisionInputItem evaluatedInputsItem) -
getEvaluatedInputs
The decision inputs that were evaluated within this decision evaluation.- Returns:
- evaluatedInputs
-
setEvaluatedInputs
-
decisionDefinitionKey
-
getDecisionDefinitionKey
The unique key identifying the decision which was evaluate.- Returns:
- decisionDefinitionKey
-
setDecisionDefinitionKey
-
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
-