Package step.functions.io
Class Input<IN>
java.lang.Object
step.functions.io.Input<IN>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetAttachments(List<Attachment> attachments) voidsetFunction(String function) voidsetFunctionCallTimeout(long functionCallTimeout) voidsetPayload(IN payload) voidsetProperties(Map<String, String> properties)
-
Field Details
-
function
-
functionCallTimeout
protected long functionCallTimeout -
payload
-
properties
-
-
Constructor Details
-
Input
public Input()
-
-
Method Details
-
getFunction
- Returns:
- the name of the function (keyword) to be executed
-
setFunction
-
getFunctionCallTimeout
public long getFunctionCallTimeout()- Returns:
- the call timeout of the function in ms
-
setFunctionCallTimeout
public void setFunctionCallTimeout(long functionCallTimeout) - Parameters:
functionCallTimeout- the call timeout of the function in ms
-
getPayload
- Returns:
- the function payload
-
setPayload
-
getProperties
-
setProperties
-
getAttachments
-
setAttachments
-