Class EvaluateDecisionRequest
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.EvaluateDecisionRequest
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class EvaluateDecisionRequest
extends Object
EvaluateDecisionRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecisionDefinitionId(String decisionDefinitionId) decisionDefinitionKey(Long decisionDefinitionKey) booleanThe ID of the decision to be evaluated.The unique key identifying the decision to be evaluated.The tenant ID of the decision.The message variables as JSON document.inthashCode()putVariablesItem(String key, Object variablesItem) voidsetDecisionDefinitionId(String decisionDefinitionId) voidsetDecisionDefinitionKey(Long decisionDefinitionKey) voidsetTenantId(String tenantId) voidsetVariables(Map<String, Object> variables) toString()
-
Constructor Details
-
EvaluateDecisionRequest
public EvaluateDecisionRequest()
-
-
Method Details
-
decisionDefinitionKey
-
getDecisionDefinitionKey
The unique key identifying the decision to be evaluated. Cannot be used together with decisionDefinitionId.- Returns:
- decisionDefinitionKey
-
setDecisionDefinitionKey
-
decisionDefinitionId
-
getDecisionDefinitionId
The ID of the decision to be evaluated. Cannot be used together with decisionDefinitionKey. When using the decision ID, the latest deployed version of the decision is used.- Returns:
- decisionDefinitionId
-
setDecisionDefinitionId
-
variables
-
putVariablesItem
-
getVariables
The message variables as JSON document.- Returns:
- variables
-
setVariables
-
tenantId
-
getTenantId
The tenant ID of the decision.- Returns:
- tenantId
-
setTenantId
-
equals
-
hashCode
public int hashCode() -
toString
-