Package step.functions.io
Class FunctionInput<IN>
- java.lang.Object
-
- step.functions.io.FunctionInput<IN>
-
- Type Parameters:
IN-
public class FunctionInput<IN> extends Object
This class encapsulates the arguments of a function (aka Keyword). The arguments combine the payload and a list of properties.
-
-
Constructor Summary
Constructors Constructor Description FunctionInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description INgetPayload()Map<String,String>getProperties()voidsetPayload(IN payload)voidsetProperties(Map<String,String> properties)
-