Class LegLinked

java.lang.Object
com.baidu.mapapi.search.core.LegLinked
All Implemented Interfaces:
android.os.Parcelable

public class LegLinked extends Object implements android.os.Parcelable
  • Nested Class Summary

    Nested classes/interfaces inherited from interface android.os.Parcelable

    android.os.Parcelable.ClassLoaderCreator<T extends Object>, android.os.Parcelable.Creator<T extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final android.os.Parcelable.Creator<LegLinked>
     

    Fields inherited from interface android.os.Parcelable

    CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    LegLinked(android.os.Parcel source)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
     
    void
    setNext(int next)
     
    void
    setPriv(int priv)
     
    void
    writeToParcel(android.os.Parcel dest, int flags)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CREATOR

      public static final android.os.Parcelable.Creator<LegLinked> 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:
      describeContents in interface android.os.Parcelable
    • writeToParcel

      public void writeToParcel(android.os.Parcel dest, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable