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