public class WeatherData
extends java.lang.Object
Constructor and Description |
---|
WeatherData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCity() |
int |
getDate()
Date description.
|
java.lang.String |
getDescription() |
java.lang.String[] |
getExponentType() |
java.lang.String[] |
getExponentValue() |
java.lang.String |
getMaxTemperature() |
java.lang.String |
getMinTemperature() |
int |
getPM25() |
long |
getRealDate() |
int |
getWeatherEnd()
Get the weather type code for the evening.
|
int |
getWeatherStart()
Get the weather type code for the morning.
|
java.lang.String |
getWind() |
boolean |
hasCity() |
boolean |
hasDescription() |
boolean |
hasExponentType() |
boolean |
hasExponentValue() |
boolean |
hasMaxTemperature() |
boolean |
hasMinTemperature() |
boolean |
hasWind() |
boolean |
isQueryTarget() |
public java.lang.String getCity()
public boolean hasCity()
public long getRealDate()
public int getDate()
public int getWeatherStart()
public int getWeatherEnd()
public java.lang.String getWind()
public boolean hasWind()
public java.lang.String getMaxTemperature()
public boolean hasMaxTemperature()
public java.lang.String getMinTemperature()
public boolean hasMinTemperature()
public java.lang.String getDescription()
public boolean hasDescription()
public java.lang.String[] getExponentType()
public boolean hasExponentType()
public java.lang.String[] getExponentValue()
public boolean hasExponentValue()
public boolean isQueryTarget()
public int getPM25()