public class RealTimeRequest
extends java.lang.Object
implements android.os.Parcelable
es.situm.sdk.realtime.RealTimeManager}
Modifier and Type | Class and Description |
---|---|
static class |
RealTimeRequest.Builder
Builder to create a
RealTimeRequest instance
By default the poll time will be setted to 10 seconds. |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<RealTimeRequest> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
Building |
getBuilding() |
int |
getPollTime() |
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<RealTimeRequest> CREATOR
public Building getBuilding()
public int getPollTime()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public java.lang.String toString()
toString
in class java.lang.Object