@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.google-sheets-stream") public class GoogleSheetsStreamComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
GoogleSheetsStreamComponentConfiguration.GoogleSheetsStreamConfigurationNestedConfiguration |
Constructor and Description |
---|
GoogleSheetsStreamComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getClientFactory() |
GoogleSheetsStreamComponentConfiguration.GoogleSheetsStreamConfigurationNestedConfiguration |
getConfiguration() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setClientFactory(String clientFactory) |
void |
setConfiguration(GoogleSheetsStreamComponentConfiguration.GoogleSheetsStreamConfigurationNestedConfiguration configuration) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public GoogleSheetsStreamComponentConfiguration()
public GoogleSheetsStreamComponentConfiguration.GoogleSheetsStreamConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(GoogleSheetsStreamComponentConfiguration.GoogleSheetsStreamConfigurationNestedConfiguration configuration)
public String getClientFactory()
public void setClientFactory(String clientFactory)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel