public final class

ServiceRequestResult

extends Object
implements Parcelable
java.lang.Object
   ↳ lineageos.weatherservice.ServiceRequestResult

Class Overview

Use this class to build a request result.

Summary

Nested Classes
class ServiceRequestResult.Builder Builder class for ServiceRequestResult  
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<ServiceRequestResult> CREATOR
Public Methods
int describeContents()
boolean equals(Object obj)
List<WeatherLocation> getLocationLookupList()
WeatherInfo getWeatherInfo()
int hashCode()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<ServiceRequestResult> CREATOR

added in API level 5

Public Methods

public int describeContents ()

added in API level 5

Returns
int

public boolean equals (Object obj)

Parameters
obj Object
Returns
boolean

public List<WeatherLocation> getLocationLookupList ()

added in API level 5

Returns
List<WeatherLocation> The list of WeatherLocation objects supplied by the weather provider service

public WeatherInfo getWeatherInfo ()

added in API level 5

Returns
WeatherInfo The WeatherInfo object supplied by the weather provider service

public int hashCode ()

Returns
int

public void writeToParcel (Parcel dest, int flags)

added in API level 5

Parameters
dest Parcel
flags int