Package io.camunda.client.impl.response
Class EvaluatedDecisionInputImpl
java.lang.Object
io.camunda.client.impl.response.EvaluatedDecisionInputImpl
- All Implemented Interfaces:
EvaluatedDecisionInput
-
Constructor Summary
ConstructorsConstructorDescriptionEvaluatedDecisionInputImpl(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:
getInputIdin interfaceEvaluatedDecisionInput- Returns:
- the id of the evaluated decision input
-
getInputName
- Specified by:
getInputNamein interfaceEvaluatedDecisionInput- Returns:
- the name of the evaluated decision input
-
getInputValue
- Specified by:
getInputValuein interfaceEvaluatedDecisionInput- Returns:
- the value of the evaluated decision input
-
toJson
- Specified by:
toJsonin interfaceEvaluatedDecisionInput- Returns:
- the record encoded as JSON
-
toString
-