public class FunctionConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<Binding> |
bindings |
private String |
entryPoint |
static String |
HTTP_OUTPUT_NOT_ALLOWED |
static String |
MULTIPLE_TRIGGER |
private String |
scriptFile |
static String |
STORAGE_CONNECTION_EMPTY |
| Constructor and Description |
|---|
FunctionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkEmptyStorageConnection() |
protected void |
checkHttpOutputBinding() |
protected void |
checkMultipleTrigger() |
List<Binding> |
getBindings() |
String |
getEntryPoint() |
String |
getScriptFile() |
void |
setBindings(List<Binding> bindings) |
void |
setEntryPoint(String entryPoint) |
void |
setScriptFile(String scriptFile) |
void |
validate() |
public static final String MULTIPLE_TRIGGER
public static final String HTTP_OUTPUT_NOT_ALLOWED
public static final String STORAGE_CONNECTION_EMPTY
private String scriptFile
private String entryPoint
public String getScriptFile()
public String getEntryPoint()
public void setScriptFile(String scriptFile)
public void setEntryPoint(String entryPoint)
public void validate()
protected void checkMultipleTrigger()
protected void checkHttpOutputBinding()
protected void checkEmptyStorageConnection()
Copyright © 2020. All rights reserved.