public class WeatherData extends Object
Constructor and Description |
---|
WeatherData() |
Modifier and Type | Method and Description |
---|---|
String |
getCity() |
int |
getDate()
Date description.
|
String |
getDescription() |
String[] |
getExponentType() |
String[] |
getExponentValue() |
String |
getMaxTemperature() |
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.
|
String |
getWind() |
boolean |
hasCity() |
boolean |
hasDescription() |
boolean |
hasExponentType() |
boolean |
hasExponentValue() |
boolean |
hasMaxTemperature() |
boolean |
hasMinTemperature() |
boolean |
hasWind() |
boolean |
isQueryTarget() |
public String getCity()
public boolean hasCity()
public long getRealDate()
public int getDate()
public int getWeatherStart()
public int getWeatherEnd()
public String getWind()
public boolean hasWind()
public String getMaxTemperature()
public boolean hasMaxTemperature()
public String getMinTemperature()
public boolean hasMinTemperature()
public String getDescription()
public boolean hasDescription()
public String[] getExponentType()
public boolean hasExponentType()
public String[] getExponentValue()
public boolean hasExponentValue()
public boolean isQueryTarget()
public int getPM25()
Copyright © 2018. All rights reserved.