public class WeatherResponse
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
WeatherResponse.Builder |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<WeatherResponse> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
WeatherResponse(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
WeatherInstant |
getCurrent() |
WeatherDailyForecast[] |
getForecast() |
WeatherHourlyForecast[] |
getHourlyForecast() |
java.lang.String |
getStationId() |
long |
getValidUntil() |
boolean |
isSuccess() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<WeatherResponse> CREATOR
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic java.lang.String getStationId()
public WeatherInstant getCurrent()
public WeatherDailyForecast[] getForecast()
public WeatherHourlyForecast[] getHourlyForecast()
public boolean isSuccess()
public long getValidUntil()