public class Channel extends Object
| Constructor and Description |
|---|
Channel() |
| Modifier and Type | Method and Description |
|---|---|
Astronomy |
getAstronomy()
Returns the forecast information about current astronomical conditions.
|
Atmosphere |
getAtmosphere()
Returns the forecast information about current atmospheric pressure, humidity, and visibility.
|
String |
getDescription()
Returns the overall description of the feed including the location, for example "Yahoo! Weather for Sunnyvale, CA".
|
Image |
getImage()
Returns the image used to identify this feed.
|
Item |
getItem()
Returns the local weather conditions and forecast for a specific location.
|
String |
getLanguage()
Returns the language of the weather forecast, for example, en-us for US English.
|
Date |
getLastBuildDate()
Returns the last time the feed was updated.
|
String |
getLink()
Returns the URL for the Weather page of the forecast for this location.
|
Location |
getLocation()
Returns the location of this forecast.
|
String |
getTitle()
Returns the title of the feed, which includes the location city.
|
long |
getTtl()
Returns the time to Live; how long in minutes this feed should be cached.
|
Units |
getUnits()
Returns the units for various aspects of the forecast.
|
Wind |
getWind()
Returns the forecast information about wind.
|
String |
toString() |
public String getTitle()
public String getLink()
public String getLanguage()
public String getDescription()
public Date getLastBuildDate()
public long getTtl()
public Location getLocation()
public Units getUnits()
public Wind getWind()
public Atmosphere getAtmosphere()
public Astronomy getAstronomy()
public Image getImage()
public Item getItem()
Copyright © 2016. All rights reserved.