Interface EvaluatedDecisionInput
- All Known Implementing Classes:
EvaluatedDecisionInputImpl
public interface EvaluatedDecisionInput
-
Method Summary
-
Method Details
-
getInputId
String getInputId()- Returns:
- the id of the evaluated decision input
-
getInputName
String getInputName()- Returns:
- the name of the evaluated decision input
-
getInputValue
String getInputValue()- Returns:
- the value of the evaluated decision input
-
toJson
String toJson()- Returns:
- the record encoded as JSON
-