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 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 classRealTimeRequest.BuilderBuilder to create aRealTimeRequestinstance 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 intdescribeContents()booleanequals(Object o)BuildinggetBuilding()intgetPollTime()inthashCode()StringtoString()voidwriteToParcel(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
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
-