Package io.camunda.client.protocol.rest
Class DecisionEvaluationById
java.lang.Object
io.camunda.client.protocol.rest.DecisionEvaluationById
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class DecisionEvaluationById
extends Object
DecisionEvaluationById
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecisionDefinitionId(String decisionDefinitionId) booleanThe ID of the decision to be evaluated.The tenant ID of the decision.The decision evaluation variables as JSON document.inthashCode()putVariablesItem(String key, Object variablesItem) voidsetDecisionDefinitionId(String decisionDefinitionId) 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:
-
-
Constructor Details
-
DecisionEvaluationById
public DecisionEvaluationById()
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-