Class EvaluatedDecisionInputItem
java.lang.Object
io.camunda.zeebe.client.protocol.rest.EvaluatedDecisionInputItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-07T11:57:41.291335755Z[GMT]",
comments="Generator version: 7.8.0")
public class EvaluatedDecisionInputItem
extends Object
The decision inputs that were evaluated within this decision evaluation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The ID of the evaluated decision input.The name of the evaluated decision input.The value of the evaluated decision input.int
hashCode()
inputValue
(String inputValue) void
setInputId
(String inputId) void
setInputName
(String inputName) void
setInputValue
(String inputValue) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_INPUT_ID
- See Also:
-
JSON_PROPERTY_INPUT_NAME
- See Also:
-
JSON_PROPERTY_INPUT_VALUE
- See Also:
-
-
Constructor Details
-
EvaluatedDecisionInputItem
public EvaluatedDecisionInputItem()
-
-
Method Details
-
inputId
-
getInputId
The ID of the evaluated decision input.- Returns:
- inputId
-
setInputId
-
inputName
-
getInputName
The name of the evaluated decision input.- Returns:
- inputName
-
setInputName
-
inputValue
-
getInputValue
The value of the evaluated decision input.- Returns:
- inputValue
-
setInputValue
-
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
-