public abstract class WeatherProviderFeature
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WeatherProviderFeature.Param |
Modifier and Type | Field and Description |
---|---|
protected WeatherConfig |
config |
protected WeatherRequest |
request |
Constructor and Description |
---|
WeatherProviderFeature(WeatherRequest request,
WeatherConfig config) |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getURL() |
void |
setParams(java.util.List<WeatherProviderFeature.Param> params) |
protected WeatherRequest request
protected WeatherConfig config
public WeatherProviderFeature(WeatherRequest request, WeatherConfig config)
public void setParams(java.util.List<WeatherProviderFeature.Param> params)
public abstract java.lang.String getURL() throws ApiKeyRequiredException
ApiKeyRequiredException