Class EvaluatedDecisionOutputItem
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.EvaluatedDecisionOutputItem
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class EvaluatedDecisionOutputItem
extends Object
The evaluated decision outputs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe ID of the evaluated decision output.The name of the evaluated decision output.The value of the evaluated decision output.inthashCode()outputName(String outputName) outputValue(String outputValue) voidsetOutputId(String outputId) voidsetOutputName(String outputName) voidsetOutputValue(String outputValue) toString()
-
Constructor Details
-
EvaluatedDecisionOutputItem
public EvaluatedDecisionOutputItem()
-
-
Method Details
-
outputId
-
getOutputId
The ID of the evaluated decision output.- Returns:
- outputId
-
setOutputId
-
outputName
-
getOutputName
The name of the evaluated decision output.- Returns:
- outputName
-
setOutputName
-
outputValue
-
getOutputValue
The value of the evaluated decision output.- Returns:
- outputValue
-
setOutputValue
-
equals
-
hashCode
public int hashCode() -
toString
-