public class GetTrackResponse extends AbstractBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTrackResponse.GeoInfo |
static class |
GetTrackResponse.LocationPoint |
metadata| Constructor and Description |
|---|
GetTrackResponse() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDistance() |
GetTrackResponse.LocationPoint |
getEndPoint() |
List<GetTrackResponse.GeoInfo> |
getPoints() |
Integer |
getSize() |
GetTrackResponse.LocationPoint |
getStartPoint() |
Double |
getTollDistance() |
Integer |
getTotal() |
void |
setDistance(Double distance) |
void |
setEndPoint(GetTrackResponse.LocationPoint endPoint) |
void |
setPoints(List<GetTrackResponse.GeoInfo> points) |
void |
setSize(Integer size) |
void |
setStartPoint(GetTrackResponse.LocationPoint startPoint) |
void |
setTollDistance(Double tollDistance) |
void |
setTotal(Integer total) |
getMetadatapublic Integer getTotal()
public void setTotal(Integer total)
public Integer getSize()
public void setSize(Integer size)
public Double getDistance()
public void setDistance(Double distance)
public Double getTollDistance()
public void setTollDistance(Double tollDistance)
public GetTrackResponse.LocationPoint getStartPoint()
public void setStartPoint(GetTrackResponse.LocationPoint startPoint)
public GetTrackResponse.LocationPoint getEndPoint()
public void setEndPoint(GetTrackResponse.LocationPoint endPoint)
public List<GetTrackResponse.GeoInfo> getPoints()
public void setPoints(List<GetTrackResponse.GeoInfo> points)
Copyright © 2023. All rights reserved.