Package io.camunda.client.protocol.rest
Class EvaluatedDecisionInputItem
java.lang.Object
io.camunda.client.protocol.rest.EvaluatedDecisionInputItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class EvaluatedDecisionInputItem
extends Object
A decision input that was evaluated within this decision evaluation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe ID of the evaluated decision input.The name of the evaluated decision input.The value of the evaluated decision input.inthashCode()inputValue(String inputValue) voidsetInputId(String inputId) voidsetInputName(String inputName) voidsetInputValue(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
-