public class Input<IN> extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
function |
protected long |
functionCallTimeout |
protected IN |
payload |
protected Map<String,String> |
properties |
Constructor and Description |
---|
Input() |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
getAttachments() |
String |
getFunction() |
long |
getFunctionCallTimeout() |
IN |
getPayload() |
Map<String,String> |
getProperties() |
void |
setAttachments(List<Attachment> attachments) |
void |
setFunction(String function) |
void |
setFunctionCallTimeout(long functionCallTimeout) |
void |
setPayload(IN payload) |
void |
setProperties(Map<String,String> properties) |
protected String function
protected long functionCallTimeout
protected IN payload
public String getFunction()
public void setFunction(String function)
public long getFunctionCallTimeout()
public void setFunctionCallTimeout(long functionCallTimeout)
functionCallTimeout
- the call timeout of the function in mspublic IN getPayload()
public void setPayload(IN payload)
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
Copyright © 2020. All rights reserved.