IN - public class FunctionInput<IN> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected IN |
payload |
protected Map<String,String> |
properties |
| Constructor and Description |
|---|
FunctionInput() |
| Modifier and Type | Method and Description |
|---|---|
IN |
getPayload() |
Map<String,String> |
getProperties() |
void |
setPayload(IN payload) |
void |
setProperties(Map<String,String> properties) |
Copyright © 2020. All rights reserved.