Class EvaluateDecisionResponse
java.lang.Object
io.camunda.zeebe.client.protocol.rest.EvaluateDecisionResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-28T16:53:53.401346729Z[GMT]",
comments="Generator version: 7.8.0")
public class EvaluateDecisionResponse
extends Object
EvaluateDecisionResponse
-
Field Summary
Fields -
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<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.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<EvaluatedDecisionItem> evaluatedDecisions) voidsetFailedDecisionDefinitionId(String failedDecisionDefinitionId) voidsetFailureMessage(String failureMessage) 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_REQUIREMENTS_ID
- See Also:
-
JSON_PROPERTY_DECISION_REQUIREMENTS_KEY
- See Also:
-
JSON_PROPERTY_OUTPUT
- See Also:
-
JSON_PROPERTY_FAILED_DECISION_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_FAILURE_MESSAGE
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_DECISION_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_EVALUATED_DECISIONS
- See Also:
-
-
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
-
addEvaluatedDecisionsItem
public EvaluateDecisionResponse addEvaluatedDecisionsItem(EvaluatedDecisionItem evaluatedDecisionsItem) -
getEvaluatedDecisions
Get evaluatedDecisions- Returns:
- evaluatedDecisions
-
setEvaluatedDecisions
-
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
-