Package es.situm.sdk.realtime
Class RealTimeRequest
- java.lang.Object
-
- es.situm.sdk.realtime.RealTimeRequest
-
- All Implemented Interfaces:
android.os.Parcelable
public class RealTimeRequest extends java.lang.Object implements android.os.Parcelable
Represents the configuration for getting realtime devices positions in- See Also:
RealTimeManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RealTimeRequest.Builder
Builder to create aRealTimeRequest
instance By default the poll time will be setted to 10 seconds.
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<RealTimeRequest>
CREATOR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<RealTimeRequest> CREATOR
-
-
Method Detail
-
getBuilding
public Building getBuilding()
- Returns:
- building
-
getPollTime
public int getPollTime()
- Returns:
- poll time milliseconds
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
describeContents
public int describeContents()
- Specified by:
describeContents
in interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)
- Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-