public class RealTimeData extends Object implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
RealTimeData.Builder
Builder to create a
RealTimeData instance |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<RealTimeData> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
List<Location> |
getLocations()
Returns the device locations
|
int |
hashCode() |
String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<RealTimeData> CREATOR
public List<Location> getLocations()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable