Class EvaluateDecisionResponseBase
java.lang.Object
io.camunda.zeebe.client.protocol.rest.EvaluateDecisionResponseBase
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class EvaluateDecisionResponseBase
extends Object
Base properties for EvaluateDecisionResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecisionDefinitionId(String decisionDefinitionId) decisionDefinitionName(String decisionDefinitionName) decisionDefinitionVersion(Integer decisionDefinitionVersion) decisionRequirementsId(String decisionRequirementsId) booleanfailedDecisionDefinitionId(String failedDecisionDefinitionId) failureMessage(String failureMessage) The ID of the decision which was evaluated.The name of the decision which was evaluated.The version of the decision which was evaluated.The ID of the decision requirements graph that the decision which was evaluated is part of.The 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) voidsetDecisionDefinitionName(String decisionDefinitionName) voidsetDecisionDefinitionVersion(Integer decisionDefinitionVersion) voidsetDecisionRequirementsId(String decisionRequirementsId) 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_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_OUTPUT
- See Also:
-
JSON_PROPERTY_FAILED_DECISION_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_FAILURE_MESSAGE
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
EvaluateDecisionResponseBase
public EvaluateDecisionResponseBase()
-
-
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
-
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
-
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
-
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
-