Package io.camunda.client.protocol.rest
Class DecisionEvaluationInstruction
java.lang.Object
io.camunda.client.protocol.rest.DecisionEvaluationInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class DecisionEvaluationInstruction
extends Object
DecisionEvaluationInstruction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecisionDefinitionId(String decisionDefinitionId) decisionDefinitionKey(String decisionDefinitionKey) booleanThe ID of the decision to be evaluated.Get decisionDefinitionKeyThe tenant ID of the decision.The decision evaluation variables as JSON document.inthashCode()putVariablesItem(String key, Object variablesItem) voidsetDecisionDefinitionId(String decisionDefinitionId) voidsetDecisionDefinitionKey(String decisionDefinitionKey) voidsetTenantId(String tenantId) voidsetVariables(Map<String, Object> variables) toString()
-
Field Details
-
JSON_PROPERTY_DECISION_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_KEY
- See Also:
-
-
Constructor Details
-
DecisionEvaluationInstruction
public DecisionEvaluationInstruction()
-
-
Method Details
-
decisionDefinitionId
-
getDecisionDefinitionId
The ID of the decision to be evaluated. When using the decision ID, the latest deployed version of the decision is used.- Returns:
- decisionDefinitionId
-
setDecisionDefinitionId
-
variables
-
putVariablesItem
-
getVariables
The decision evaluation variables as JSON document.- Returns:
- variables
-
setVariables
-
tenantId
-
getTenantId
The tenant ID of the decision.- Returns:
- tenantId
-
setTenantId
-
decisionDefinitionKey
-
getDecisionDefinitionKey
Get decisionDefinitionKey- Returns:
- decisionDefinitionKey
-
setDecisionDefinitionKey
-
equals
-
hashCode
public int hashCode() -
toString
-