com.baidubce.services.dugo.map
Class GetTrackRequest.GetTrackResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.dugo.map.GetTrackRequest.GetTrackResponse
All Implemented Interfaces:
Serializable
Enclosing class:
GetTrackRequest

public static class GetTrackRequest.GetTrackResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetTrackRequest.GetTrackResponse()
           
 
Method Summary
 Double getDistance()
           
 GetTrackRequest.LocationPoint getEndPoint()
           
 List<GetTrackRequest.GeoInfo> getPoints()
           
 Integer getSize()
           
 GetTrackRequest.LocationPoint getStartPoint()
           
 Double getTollDistance()
           
 Integer getTotal()
           
 void setDistance(Double distance)
           
 void setEndPoint(GetTrackRequest.LocationPoint endPoint)
           
 void setPoints(List<GetTrackRequest.GeoInfo> points)
           
 void setSize(Integer size)
           
 void setStartPoint(GetTrackRequest.LocationPoint startPoint)
           
 void setTollDistance(Double tollDistance)
           
 void setTotal(Integer total)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTrackRequest.GetTrackResponse

public GetTrackRequest.GetTrackResponse()
Method Detail

getTotal

public Integer getTotal()

setTotal

public void setTotal(Integer total)

getSize

public Integer getSize()

setSize

public void setSize(Integer size)

getDistance

public Double getDistance()

setDistance

public void setDistance(Double distance)

getTollDistance

public Double getTollDistance()

setTollDistance

public void setTollDistance(Double tollDistance)

getStartPoint

public GetTrackRequest.LocationPoint getStartPoint()

setStartPoint

public void setStartPoint(GetTrackRequest.LocationPoint startPoint)

getEndPoint

public GetTrackRequest.LocationPoint getEndPoint()

setEndPoint

public void setEndPoint(GetTrackRequest.LocationPoint endPoint)

getPoints

public List<GetTrackRequest.GeoInfo> getPoints()

setPoints

public void setPoints(List<GetTrackRequest.GeoInfo> points)


Copyright © 2018. All rights reserved.