Class EvaluatedDecisionInputImpl
java.lang.Object
io.camunda.zeebe.client.impl.response.EvaluatedDecisionInputImpl
- All Implemented Interfaces:
EvaluatedDecisionInput
-
Constructor Summary
ConstructorDescriptionEvaluatedDecisionInputImpl
(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecisionInput evaluatedInput) EvaluatedDecisionInputImpl
(EvaluatedDecisionInputItem item, JsonMapper jsonMapper) -
Method Summary
-
Constructor Details
-
EvaluatedDecisionInputImpl
-
EvaluatedDecisionInputImpl
public EvaluatedDecisionInputImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecisionInput evaluatedInput)
-
-
Method Details
-
getInputId
- Specified by:
getInputId
in interfaceEvaluatedDecisionInput
- Returns:
- the id of the evaluated decision input
-
getInputName
- Specified by:
getInputName
in interfaceEvaluatedDecisionInput
- Returns:
- the name of the evaluated decision input
-
getInputValue
- Specified by:
getInputValue
in interfaceEvaluatedDecisionInput
- Returns:
- the value of the evaluated decision input
-
toJson
- Specified by:
toJson
in interfaceEvaluatedDecisionInput
- Returns:
- the record encoded as JSON
-
toString
-