Class EvaluatedDecisionOutputImpl
java.lang.Object
io.camunda.zeebe.client.impl.response.EvaluatedDecisionOutputImpl
- All Implemented Interfaces:
EvaluatedDecisionOutput
-
Constructor Summary
ConstructorsConstructorDescriptionEvaluatedDecisionOutputImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecisionOutput evaluatedOutput) -
Method Summary
-
Constructor Details
-
EvaluatedDecisionOutputImpl
public EvaluatedDecisionOutputImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecisionOutput evaluatedOutput)
-
-
Method Details
-
getOutputId
- Specified by:
getOutputIdin interfaceEvaluatedDecisionOutput- Returns:
- the id of the evaluated decision output
-
getOutputName
- Specified by:
getOutputNamein interfaceEvaluatedDecisionOutput- Returns:
- the name of the evaluated decision output
-
getOutputValue
- Specified by:
getOutputValuein interfaceEvaluatedDecisionOutput- Returns:
- the value of the evaluated decision output
-
toJson
- Specified by:
toJsonin interfaceEvaluatedDecisionOutput- Returns:
- the record encoded as JSON
-
toString
-