Package com.baidu.mapapi.search.core
Class LegLinked
java.lang.Object
com.baidu.mapapi.search.core.LegLinked
- All Implemented Interfaces:
android.os.Parcelable
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetNext()intgetPriv()voidsetNext(int next) voidsetPriv(int priv) voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Constructor Details
-
LegLinked
public LegLinked() -
LegLinked
protected LegLinked(android.os.Parcel source)
-
-
Method Details
-
getNext
public int getNext() -
setNext
public void setNext(int next) -
getPriv
public int getPriv() -
setPriv
public void setPriv(int priv) -
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
-