Class EvaluatedDecisionResult
java.lang.Object
io.camunda.zeebe.client.protocol.rest.EvaluatedDecisionResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T11:57:41.291335755Z[GMT]",
comments="Generator version: 7.8.0")
public class EvaluatedDecisionResult
extends Object
List of decisions that were evaluated within the requested decision evaluation. Key attributes as string values.
-
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) boolean
evaluatedInputs
(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.Get evaluatedInputsGet matchedRulesJSON document that will instantiate the result of the decision which was evaluated.The tenant ID of the evaluated decision.int
hashCode()
matchedRules
(List<MatchedDecisionRuleItem> matchedRules) void
setDecisionDefinitionId
(String decisionDefinitionId) void
setDecisionDefinitionKey
(String decisionDefinitionKey) void
setDecisionDefinitionName
(String decisionDefinitionName) void
setDecisionDefinitionType
(String decisionDefinitionType) void
setDecisionDefinitionVersion
(Integer decisionDefinitionVersion) void
setEvaluatedInputs
(List<EvaluatedDecisionInputItem> evaluatedInputs) void
setMatchedRules
(List<MatchedDecisionRuleItem> matchedRules) void
void
setTenantId
(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_KEY
- See Also:
-
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:
-
-
Constructor Details
-
EvaluatedDecisionResult
public EvaluatedDecisionResult()
-
-
Method Details
-
decisionDefinitionKey
-
getDecisionDefinitionKey
The unique key identifying the decision which was evaluate.- 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
-
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
Get matchedRules- Returns:
- matchedRules
-
setMatchedRules
-
evaluatedInputs
-
addEvaluatedInputsItem
public EvaluatedDecisionResult addEvaluatedInputsItem(EvaluatedDecisionInputItem evaluatedInputsItem) -
getEvaluatedInputs
Get evaluatedInputs- Returns:
- evaluatedInputs
-
setEvaluatedInputs
-
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
-