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 Details

    • EvaluatedDecisionInputItem

      public EvaluatedDecisionInputItem()
  • Method Details

    • inputId

      public EvaluatedDecisionInputItem inputId(String inputId)
    • getInputId

      public String getInputId()
      The ID of the evaluated decision input.
      Returns:
      inputId
    • setInputId

      public void setInputId(String inputId)
    • inputName

      public EvaluatedDecisionInputItem inputName(String inputName)
    • getInputName

      public String getInputName()
      The name of the evaluated decision input.
      Returns:
      inputName
    • setInputName

      public void setInputName(String inputName)
    • inputValue

      public EvaluatedDecisionInputItem inputValue(String inputValue)
    • getInputValue

      public String getInputValue()
      The value of the evaluated decision input.
      Returns:
      inputValue
    • setInputValue

      public void setInputValue(String inputValue)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object