@ConfigurationProperties(value="spring.cloud.function.web.supplier") public class SupplierProperties extends Object
| Constructor and Description |
|---|
SupplierProperties() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getHeaders() |
String |
getName() |
String |
getTemplateUrl() |
boolean |
isAutoStartup() |
boolean |
isDebug() |
boolean |
isEnabled() |
void |
setAutoStartup(boolean autoStartup) |
void |
setDebug(boolean debug) |
void |
setEnabled(boolean enabled) |
void |
setName(String name) |
void |
setTemplateUrl(String templateUrl) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isAutoStartup()
public void setAutoStartup(boolean autoStartup)
public boolean isDebug()
public void setDebug(boolean debug)
public void setName(String name)
public String getName()
public void setTemplateUrl(String templateUrl)
public String getTemplateUrl()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.