Class EvaluatedDecisionItem
java.lang.Object
io.camunda.zeebe.client.protocol.rest.EvaluatedDecisionItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-28T16:53:53.401346729Z[GMT]",
comments="Generator version: 7.8.0")
public class EvaluatedDecisionItem
extends Object
List of decisions that were evaluated within the requested decision evaluation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEvaluatedInputsItem(EvaluatedDecisionInputItem evaluatedInputsItem) addMatchedRulesItem(MatchedDecisionRuleItem matchedRulesItem) decisionDefinitionId(String decisionDefinitionId) decisionDefinitionKey(Long 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.Get evaluatedInputsGet matchedRulesJSON 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(Long 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_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
-
EvaluatedDecisionItem
public EvaluatedDecisionItem()
-
-
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
-
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
-