public class StayPointRequest extends AbstractDuGoRequest
| Constructor and Description |
|---|
StayPointRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCoordTypeOutput() |
Long |
getEndTime() |
String |
getProcessOption() |
Long |
getStartTime() |
Integer |
getStayRadius() |
Integer |
getStayTime() |
String |
getVehicleId() |
void |
setCoordTypeOutput(String coordTypeOutput) |
void |
setEndTime(Long endTime) |
void |
setProcessOption(String processOption) |
void |
setStartTime(Long startTime) |
void |
setStayRadius(Integer stayRadius) |
void |
setStayTime(Integer stayTime) |
void |
setVehicleId(String vehicleId) |
public String getVehicleId()
public void setVehicleId(String vehicleId)
public Long getStartTime()
public void setStartTime(Long startTime)
public Long getEndTime()
public void setEndTime(Long endTime)
public Integer getStayTime()
public void setStayTime(Integer stayTime)
public Integer getStayRadius()
public void setStayRadius(Integer stayRadius)
public String getProcessOption()
public void setProcessOption(String processOption)
public String getCoordTypeOutput()
public void setCoordTypeOutput(String coordTypeOutput)
Copyright © 2020. All rights reserved.