@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.weather") public class WeatherComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
WeatherComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getGeolocationAccessKey() |
String |
getGeolocationRequestHostIP() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setGeolocationAccessKey(String geolocationAccessKey) |
void |
setGeolocationRequestHostIP(String geolocationRequestHostIP) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public String getGeolocationAccessKey()
public void setGeolocationAccessKey(String geolocationAccessKey)
public String getGeolocationRequestHostIP()
public void setGeolocationRequestHostIP(String geolocationRequestHostIP)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel