Package es.situm.sdk.realtime
Class RealTimeRequest
java.lang.Object
es.situm.sdk.realtime.RealTimeRequest
- All Implemented Interfaces:
android.os.Parcelable
Represents the configuration for getting realtime devices positions in
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder to create aRealTimeRequestinstance By default the poll time will be setted to 10 seconds. -
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Method Summary
Modifier and TypeMethodDescriptionintbooleanintinthashCode()toString()voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Method Details
-
getBuilding
- Returns:
- building
-
getPollTime
public int getPollTime()- Returns:
- poll time milliseconds
-
equals
-
hashCode
public int hashCode() -
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
-
toString
-