- setAppid(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
APPID ID used to authenticate the user connected to the API Server
- setHeaderName(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
To store the weather result in this header instead of the message body.
- setLat(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
Latitude of location.
- setLocation(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
If null Camel will try and determine your current location using the geolocation of your ip address,
else specify the city,country.
- setLon(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
Longitude of location.
- setMode(WeatherMode) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
The output format of the weather data.
- setName(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
- setPeriod(String) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
If null, the current weather will be returned, else use values of 5, 7, 14 days.
- setUnits(WeatherUnits) - Method in class org.apache.camel.component.weather.WeatherConfiguration
-
The units for temperature measurement.