Class EvaluateDecisionRequest
java.lang.Object
io.camunda.zeebe.client.protocol.rest.EvaluateDecisionRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-28T16:53:53.401346729Z[GMT]",
comments="Generator version: 7.8.0")
public class EvaluateDecisionRequest
extends Object
EvaluateDecisionRequest
-
Field Summary
Fields -
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()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DECISION_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
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
-
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
-