public static class UploadDynamicDataRequest.PointData extends Object
| Constructor and Description |
|---|
PointData() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getData() |
Long |
getLocTime() |
String |
getVehicleId() |
void |
setCoordTypeInput(String coordTypeInput) |
void |
setData(Map<String,Object> data) |
void |
setDirection(Integer direction) |
void |
setHeight(Double height) |
void |
setLatitude(Double latitude) |
void |
setLocTime(Long locTime) |
void |
setLongitude(Double longitude) |
void |
setRadius(Double radius) |
void |
setSpeed(Double speed) |
void |
setVehicleId(String vehicleId) |
public Long getLocTime()
public void setLocTime(Long locTime)
public String getVehicleId()
public void setVehicleId(String vehicleId)
public void setLatitude(Double latitude)
public void setLongitude(Double longitude)
public void setCoordTypeInput(String coordTypeInput)
public void setSpeed(Double speed)
public void setDirection(Integer direction)
public void setHeight(Double height)
public void setRadius(Double radius)
Copyright © 2021. All rights reserved.