|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.fedy2.weather.data.Channel
public class Channel
| Field Summary | |
|---|---|
Astronomy |
astronomy
Forecast information about current astronomical conditions. |
Atmosphere |
atmosphere
Forecast information about current atmospheric pressure, humidity, and visibility. |
String |
description
The overall description of the feed including the location, for example "Yahoo! Weather for Sunnyvale, CA" |
Image |
image
The image used to identify this feed. |
Item |
item
The local weather conditions and forecast for a specific location. |
String |
language
The language of the weather forecast, for example, en-us for US English. |
Date |
lastBuildDate
The last time the feed was updated. |
String |
link
The URL for the Weather page of the forecast for this location. |
Location |
location
The location of this forecast. |
String |
title
The title of the feed, which includes the location city. |
long |
ttl
Time to Live; how long in minutes this feed should be cached. |
Units |
units
Units for various aspects of the forecast. |
Wind |
wind
Forecast information about wind. |
| Constructor Summary | |
|---|---|
Channel()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String title
public String link
public String language
public String description
public Date lastBuildDate
public long ttl
public Location location
public Units units
public Wind wind
public Atmosphere atmosphere
public Astronomy astronomy
public Image image
public Item item
| Constructor Detail |
|---|
public Channel()
| Method Detail |
|---|
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()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||