@UriParams public class WeatherConfiguration extends Object
| Constructor and Description |
|---|
WeatherConfiguration(WeatherComponent component) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderName() |
String |
getLat() |
String |
getLocation() |
String |
getLon() |
WeatherMode |
getMode() |
String |
getName() |
String |
getPeriod() |
String |
getQuery() |
String |
getQuery(String location) |
WeatherUnits |
getUnits() |
void |
setHeaderName(String headerName) |
void |
setLat(String lat) |
void |
setLocation(String location) |
void |
setLon(String lon) |
void |
setMode(WeatherMode mode) |
void |
setName(String name) |
void |
setPeriod(String period) |
void |
setUnits(WeatherUnits units) |
public WeatherConfiguration(WeatherComponent component)
public String getPeriod()
public void setPeriod(String period)
public String getName()
public void setName(String name)
public WeatherMode getMode()
public void setMode(WeatherMode mode)
public WeatherUnits getUnits()
public void setUnits(WeatherUnits units)
public String getLocation()
public void setLocation(String location)
public String getHeaderName()
public void setHeaderName(String headerName)
public String getLat()
public void setLat(String lat)
public String getLon()
public void setLon(String lon)
Apache Camel