com.baidubce.services.dugo.map
Class GetTrackRequest.GetTrackResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetTrackRequest.GetTrackResponse
public GetTrackRequest.GetTrackResponse()
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.