Class EvaluateDecisionRequest
java.lang.Object
io.camunda.zeebe.client.protocol.rest.EvaluateDecisionRequest
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T11:57:41.291335755Z[GMT]",
comments="Generator version: 7.8.0")
public class EvaluateDecisionRequest
extends Object
Deprecated.
EvaluateDecisionRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecisionDefinitionId
(String decisionDefinitionId) Deprecated.decisionDefinitionKey
(Long decisionDefinitionKey) Deprecated.boolean
Deprecated.Deprecated.The ID of the decision to be evaluated.Deprecated.The unique key identifying the decision to be evaluated.Deprecated.The tenant ID of the decision.Deprecated.The message variables as JSON document.int
hashCode()
Deprecated.putVariablesItem
(String key, Object variablesItem) Deprecated.void
setDecisionDefinitionId
(String decisionDefinitionId) Deprecated.void
setDecisionDefinitionKey
(Long decisionDefinitionKey) Deprecated.void
setTenantId
(String tenantId) Deprecated.void
setVariables
(Map<String, Object> variables) Deprecated.Deprecated.toString()
Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString
(String prefix) Deprecated.Convert the instance into URL query string.Deprecated.
-
Field Details
-
JSON_PROPERTY_DECISION_DEFINITION_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_DECISION_DEFINITION_ID
Deprecated.- See Also:
-
JSON_PROPERTY_VARIABLES
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
-
Constructor Details
-
EvaluateDecisionRequest
public EvaluateDecisionRequest()Deprecated.
-
-
Method Details
-
decisionDefinitionKey
Deprecated. -
getDecisionDefinitionKey
Deprecated.The unique key identifying the decision to be evaluated. Cannot be used together with decisionDefinitionId.- Returns:
- decisionDefinitionKey
-
setDecisionDefinitionKey
Deprecated. -
decisionDefinitionId
Deprecated. -
getDecisionDefinitionId
Deprecated.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
Deprecated. -
variables
Deprecated. -
putVariablesItem
Deprecated. -
getVariables
Deprecated.The message variables as JSON document.- Returns:
- variables
-
setVariables
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant ID of the decision.- Returns:
- tenantId
-
setTenantId
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-