Class DecisionInstanceResult
java.lang.Object
io.camunda.zeebe.client.protocol.rest.DecisionInstanceResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class DecisionInstanceResult
extends Object
DecisionInstanceResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecisionDefinitionId(String decisionDefinitionId) decisionDefinitionKey(String decisionDefinitionKey) decisionDefinitionName(String decisionDefinitionName) decisionDefinitionType(DecisionInstanceTypeEnum decisionDefinitionType) decisionDefinitionVersion(Integer decisionDefinitionVersion) booleanevaluationDate(String evaluationDate) evaluationFailure(String evaluationFailure) The ID of the DMN decision.The key of the decision.The name of the DMN decision.Get decisionDefinitionTypeThe version of the decision.The evaluation date of the decision instance.The evaluation failure of the decision instance.getKey()The key of the decision instance.The key of the process definition.The key of the process instance.The result of the decision instance.getState()Get stateThe tenant ID of the decision instance.inthashCode()processDefinitionKey(String processDefinitionKey) processInstanceKey(String processInstanceKey) voidsetDecisionDefinitionId(String decisionDefinitionId) voidsetDecisionDefinitionKey(String decisionDefinitionKey) voidsetDecisionDefinitionName(String decisionDefinitionName) voidsetDecisionDefinitionType(DecisionInstanceTypeEnum decisionDefinitionType) voidsetDecisionDefinitionVersion(Integer decisionDefinitionVersion) voidsetEvaluationDate(String evaluationDate) voidsetEvaluationFailure(String evaluationFailure) voidvoidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessInstanceKey(String processInstanceKey) voidvoidvoidsetTenantId(String tenantId) state(DecisionInstanceStateEnum state) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_EVALUATION_DATE
- See Also:
-
JSON_PROPERTY_EVALUATION_FAILURE
- 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_RESULT
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
DecisionInstanceResult
public DecisionInstanceResult()
-
-
Method Details
-
key
-
getKey
The key of the decision instance.- Returns:
- key
-
setKey
-
processDefinitionKey
-
getProcessDefinitionKey
The key of the process definition.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
processInstanceKey
-
getProcessInstanceKey
The key of the process instance.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
decisionDefinitionKey
-
getDecisionDefinitionKey
The key of the decision.- Returns:
- decisionDefinitionKey
-
setDecisionDefinitionKey
-
state
-
getState
Get state- Returns:
- state
-
setState
-
evaluationDate
-
getEvaluationDate
The evaluation date of the decision instance.- Returns:
- evaluationDate
-
setEvaluationDate
-
evaluationFailure
-
getEvaluationFailure
The evaluation failure of the decision instance.- Returns:
- evaluationFailure
-
setEvaluationFailure
-
decisionDefinitionId
-
getDecisionDefinitionId
The ID of the DMN decision.- Returns:
- decisionDefinitionId
-
setDecisionDefinitionId
-
decisionDefinitionName
-
getDecisionDefinitionName
The name of the DMN decision.- Returns:
- decisionDefinitionName
-
setDecisionDefinitionName
-
decisionDefinitionVersion
-
getDecisionDefinitionVersion
The version of the decision.- Returns:
- decisionDefinitionVersion
-
setDecisionDefinitionVersion
-
decisionDefinitionType
public DecisionInstanceResult decisionDefinitionType(DecisionInstanceTypeEnum decisionDefinitionType) -
getDecisionDefinitionType
Get decisionDefinitionType- Returns:
- decisionDefinitionType
-
setDecisionDefinitionType
-
result
-
getResult
The result of the decision instance.- Returns:
- result
-
setResult
-
tenantId
-
getTenantId
The tenant ID of the decision instance.- 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
-