-
- All Implemented Interfaces:
-
android.os.Parcelable
public class RemoveBlockedRoadParams extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private ABlockedRoadblockedRoadpublic final static Parcelable.Creator<RemoveBlockedRoadParams>CREATOR
-
Constructor Summary
Constructors Constructor Description RemoveBlockedRoadParams(ABlockedRoad blockedRoad)RemoveBlockedRoadParams(Parcel in)
-
Method Summary
Modifier and Type Method Description ABlockedRoadgetBlockedRoad()voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RemoveBlockedRoadParams
RemoveBlockedRoadParams(ABlockedRoad blockedRoad)
-
RemoveBlockedRoadParams
RemoveBlockedRoadParams(Parcel in)
-
-
Method Detail
-
getBlockedRoad
ABlockedRoad getBlockedRoad()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-