Class EvaluatedDecisionInputItem
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.EvaluatedDecisionInputItem
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class EvaluatedDecisionInputItem
extends Object
The decision inputs that were evaluated within this decision evaluation.
-
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()
-
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
-