Package io.camunda.client.protocol.rest
Class EvaluatedDecisionInputItem
java.lang.Object
io.camunda.client.protocol.rest.EvaluatedDecisionInputItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.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 identifier of the decision input.The name of the decision input.The value of the decision input.inthashCode()inputValue(String inputValue) voidsetInputId(String inputId) voidsetInputName(String inputName) voidsetInputValue(String inputValue) toString()
-
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 identifier of the decision input.- Returns:
- inputId
-
setInputId
-
inputName
-
getInputName
The name of the decision input.- Returns:
- inputName
-
setInputName
-
inputValue
-
getInputValue
The value of the decision input.- Returns:
- inputValue
-
setInputValue
-
equals
-
hashCode
public int hashCode() -
toString
-