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