Class BusRoutePlanStep

java.lang.Object
com.baidu.mapapi.http.wrapper.BaseParams
com.baidu.mapapi.search.route.v2.bus.bean.BusRoutePlanStep
All Implemented Interfaces:
Serializable

public class BusRoutePlanStep extends BaseParams implements Serializable
See Also:
  • Constructor Details

    • BusRoutePlanStep

      public BusRoutePlanStep()
  • Method Details

    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getInstruction

      public String getInstruction()
    • setInstruction

      public void setInstruction(String instruction)
    • getDistance

      public int getDistance()
    • setDistance

      public void setDistance(int distance)
    • getDuration

      public int getDuration()
    • setDuration

      public void setDuration(int duration)
    • getStartName

      public String getStartName()
    • setStartName

      public void setStartName(String startName)
    • getStartAddress

      public String getStartAddress()
    • setStartAddress

      public void setStartAddress(String startAddress)
    • getStartLocation

      public LatLng getStartLocation()
    • setStartLocation

      public void setStartLocation(List<Double> startLocation)
    • getEndName

      public String getEndName()
    • setEndName

      public void setEndName(String endName)
    • getEndAddress

      public String getEndAddress()
    • setEndAddress

      public void setEndAddress(String endAddress)
    • getEndLocation

      public LatLng getEndLocation()
    • setEndLocation

      public void setEndLocation(List<Double> endLocation)
    • getCanRide

      public int getCanRide()
    • setCanRide

      public void setCanRide(int canRide)
    • getWalkType

      public int getWalkType()
    • setWalkType

      public void setWalkType(int walkType)
    • getTransType

      public int getTransType()
    • setTransType

      public void setTransType(int transType)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getPrice

      public int getPrice()
    • setPrice

      public void setPrice(int price)
    • getStation

      public List<BusRoutePlanStepStation> getStation()
    • setStation

      public void setStation(List<BusRoutePlanStepStation> station)
    • getVehicle

      public BusRoutePlanStepVehicle getVehicle()
    • setVehicle

      public void setVehicle(BusRoutePlanStepVehicle vehicle)
    • getLowerSteps

      public List<List<BusRoutePlanStep>> getLowerSteps()
    • setLowerSteps

      public void setLowerSteps(List<List<BusRoutePlanStep>> lowerSteps)